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

Revision history [back]

click to hide/show revision 1
initial version

You can take a look at ndt_fuser, you can feed this information about odometry and that will help in mapping. To get odometry with IMU and encoder, you can use robot_localization.

NOTE: You cannot use your encoder data directly for robot_localization. You will need to convert it into a twist message or Odometry message.