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

3d SLAM with kinect and rtabmap

asked 2021-08-23 07:42:06 -0500

masterkey gravatar image

Hello,

I have a rover with a kinect camera. I want to use it to perform SLAM and navigate.

I have installed rtabmap and octomap for this. I can now drive the rover and get a 3d map in rviz. Odom I get from ackermann_driver_controller (wheel odometry). The problem is that the wheel odometer always makes a small error and my map keeps warping.

With rtabmap loop closure is possible. Also rtabmap gives me rtabmap/odom. Is this enough to correct the map or to correct the wheel odometer? If yes, how does this work?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-09-03 14:44:02 -0500

matlabbe gravatar image

I would suggest to use only one odometry at this stage (probably only wheel odometry), to avoid TF issues. For loop closure detection, you have to revisit the an old location with a similar point of view (best is with same position and orientation) to maximize the chance to find a loop closure.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-08-23 07:42:06 -0500

Seen: 103 times

Last updated: Sep 03 '21