Re: version cause the database can't use anymore?

Posted by matlabbe on
URL: http://official-rtab-map-forum.206.s1.nabble.com/version-cause-the-database-can-t-use-anymore-tp1846p1861.html

Hi,

RTAB-Map database versions are backward compatible, so 0.11.7 should be readable from higher application versions (but not the inverse). The problem here is more that ros cannot find the rtabmap node in rtabmap_ros package. Make sure you source the setup.bash from /opt/ros/{ros_version}, if you have kinetic:
$ source /opt/ros/kinetic/setup.bash

cheers