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

Revision history [back]

If we can create tf odom (information about how far the robot has moved from where it is now) from IMU, we can use amcl to match it with a map and localize it.

I don't know of any existing packages, but if you have the velocity and angular velocity, you should be able to calculate the robot's movement information, but IMU is prone to noise, so you may need to devise a way to get better accuracy.