ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Probably your odometry is inaccurate.
Improving odometry typically involves tweaking the wheel odometry calculation by using a better model or by adapting model parameters. Or by involving additional sensors, like IMU or some kind of visual odometry, potentially fused by a Kalman filter.
2 | No.2 Revision |
Probably your odometry is inaccurate.
Improving odometry typically involves tweaking the wheel odometry calculation by using a better model or by adapting model parameters. Or by involving additional sensors, like IMU or some kind of visual odometry, potentially fused by a Kalman filter.
Alternatively, or in addition you could try to find another SLAM implementation that maybe works more robust with respect to bad odometry, e.g., hector_slam or nav2d or Cartographer.