ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi,
rtabmap_ros requires odometry to work. The odometry can come from the robot (wheel odometry) or any other sources like visual odometry. rtabmap_ros has a rgbd_odometry node that can be used to generate visual odometry for convenience. You will have to disable odometry from your robot (at least the TF) if you use another source of odometry.
cheers