Login  Register

Build rtabmap from open source code

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Build rtabmap from open source code

Tracy
19 posts
This post was updated on Nov 08, 2016; 6:33pm.
Hi All

Recently I build rtabmap from opensource code. I had install opencv2.4.13, gtsam, ceres-solver, cvsba, libfreenect2 from opensource code.

But when I try compile rtabmap using:

git clone https://github.com/introlab/rtabmap.git 

cd rtabmap/build

cmake ..

make -j20

 there are some errors blew:
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Build rtabmap from open source code

Tracy
19 posts
sorry

the errors picture is shown below:





Any ideas? Many thanks for your help!

Best
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Build rtabmap from open source code

Tracy
19 posts
Hi all

I find this errors generated because  I using the LD_LIBRARY_PATH from Anaconda.

After I uncomment  Anaconda in my .bashrc, I can build rtabmap from opensource code successfully.