ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Strange error running rtabmap_ros

asked 2015-10-06 05:38:50 -0500

palfaro gravatar image

Hi everyone,

When I run rtabmap_ros rgbd_mapping.launch I got this error:

[ERROR] (2015-10-06 19:32:41.167) VWDictionary.cpp:397::addWordRef() Not found word 135220

But I'm not sure if it is related to rtabmap, ROS or Ubuntu. How can I solve it.

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-10-06 09:11:49 -0500

matlabbe gravatar image

This error is coming from rtabmap. This generally happens when loading an existing corrupted database.

Follow to next instruction only if you don't care about the database created so far! Backup it if you want to keep it ($ mv ~/.ros/rtabmap.db ~/.ros/rtabmap.db.back).

You can start new with $ roslaunch rtabmap_ros rgbd_mapping.launch rtabmap_args:="--delete_db_on_start" at each start or by deleting the database ~/.ros/rtabmap.db.

cheers

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-06 05:38:50 -0500

Seen: 703 times

Last updated: Oct 06 '15