Closed den-schmidt closed 1 year ago
The Docker file mentioned in this issue (https://github.com/introlab/rtabmap/issues/855) helped me because it states that the ldconfig
command should be called after building to update the shared library cache of my system. Thank you anyway @matlabbe and keep up the good work!😃
Maybe you have the ros rtabmap binaries also installed at the same time, and when building rtabmap_ros, it was linking on the ros installed version, not the one built from source. The binaries would have to be uninstalled to make sure everything is linking on right version of libraries on runtime the right libraries are used.
Hello @matlabbe ,
I want to try out VINS-Fusion support for RTAB-Map. I have the following setup and status:
launch file:
here is the console output of the launch file:
last but not least, my cmake output:
Would you happen to know if I am missing something? 😄