Master branch is now on 0.11

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

Master branch is now on 0.11

matlabbe
Administrator
For issues about migration from 0.10 to 0.11, visit https://github.com/introlab/rtabmap/issues/54

cheers
Reply | Threaded
Open this post in threaded view
|

Re: Master branch is now on 0.11

Kaifei
make install still puts header files to /usr/local/include/rtabmap-0.10/rtabmap/ :)
Reply | Threaded
Open this post in threaded view
|

Re: Master branch is now on 0.11

matlabbe
Administrator
Hi,

Yes it is an issue when the minor version changes. You have to cleanup cmake. I think only removing the CMakeCache.txt would do the job, otherwise delete all files/directories in the build directory.
$ cd rtabmap/build
$ rm CMakeCache.txt
$ cmake ..
$ make -j4
$ make install

cheers