Login  Register

version cause the database can't use anymore?

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

version cause the database can't use anymore?

mantouRobot
85 posts
Hi~
      i found that my database(map) is 0.11.7, and the rtabmap is 0.11.8, all is installed through apt-get. when launch rtabmap_ros it print "can't locate rtabmap in rtabmap_ros"...
      was the version reason? what should i do if i want to use my old map still?
      thank u~
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

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

matlabbe
Administrator
4446 posts
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