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

Both usually provide localization by publishing the map -> odom tf transform. This is exactly your problem: You have two different sources that provide the same kind of, but different, information.

You should not need amcl at all when running gmapping as amcl only provides localization for a given map. Gmapping already does give you localization (+ mapping).