Database version = "0.13.1".

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

Database version = "0.13.1".

yalan2017
Hi
is there any problem with "0.13.1". version ? i can run and   save a map but when i gonna open with Database viewer i faced error can not open .last version(version = 0.12.2) working well but this version i have problem.
this is my error:
[ INFO] (2017-07-09 20:04:37.065) DBDriverSqlite3.cpp:374::connectDatabaseQuery() Database version = 0.12.2
[ERROR] (2017-07-09 20:04:37.065) DBDriverSqlite3.cpp:380::connectDatabaseQuery() Opened database version (0.12.2) is more recent than rtabmap installed version (0.11.8). Please update rtabmap to new version!

 already updated but still i have this problem.
ROS indigo -kinect 2
Thank you
Regards
Reply | Threaded
Open this post in threaded view
|

Re: Database version = "0.13.1".

matlabbe
Administrator
Hi,

Uninstall rtabmap binaries (0.11.8) to make sure the right package is started (the one built from source):
$ sudo apt-get remove ros-indigo-rtabmap

cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
|

Re: Database version = "0.13.1".

yalan2017
thank you its working now.
Regards
matlabbe wrote
Hi,

Uninstall rtabmap binaries (0.11.8) to make sure the right package is started (the one built from source):
$ sudo apt-get remove ros-indigo-rtabmap

cheers,
Mathieu