Project Tango app

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Project Tango app

Luke957
Hi!
I can't create the project app that you code for the Project Tango. Can someone help me?

Sorry for my bad english.
Luke
Reply | Threaded
Open this post in threaded view
|

Re: Project Tango app

matlabbe
Administrator
Hi,

Visit this page: https://github.com/introlab/rtabmap/issues/74

cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
|

Re: Project Tango app

Luke957
This post was updated on .

I have another question: Can I measure the volume of an object starting from the ply/obj file created with your app?




Reply | Threaded
Open this post in threaded view
|

Re: Project Tango app

Luke957
This post was updated on .
In reply to this post by matlabbe
How I get flann/eigen/boost/pcl/opencv/gtsam correctly built?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Project Tango app

matlabbe
Administrator
Computing the volume from the ply/obj could be possible, there are maybe some libraries/apps on internet that can do that. To do it yourself, you may take at look at the PCL library (can read ply/obj as inputs).

For building the dependencies (cross-compilation), I updated the post here: https://github.com/introlab/rtabmap/issues/74

cheers