ORB-SLAM2_ROS icon indicating copy to clipboard operation
ORB-SLAM2_ROS copied to clipboard

2D occupancy grid not getting created

Open rahulmoorthy19 opened this issue 3 years ago • 1 comments

Hello,

Thank you for the great implementation. I have setup all the things for the package and when I start the realsense_mono node and send the images in the respective topics. The orb_slam is tracking the keypoints in the /orb_slam2/image topic but continuously [ INFO] [1611298102.027402404]: Robot moved 0.00 m out of 1.00 m is coming and no map or tf is at all created. Please help me solve this issue

rahulmoorthy19 avatar Jan 22 '21 06:01 rahulmoorthy19

Hello,

thank you and sorry for a late reply.

It seems that you have launched the system with default parameters, i.e. with map scale_correction enabled, and did not publish any nav_msgs/Odometry messages onto odom_topic.

Please try to set perform_correction to false and launch the system with your current configuration.

rayvburn avatar Feb 10 '21 18:02 rayvburn