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

My guess is that AMCL subscribes to (namespace)/map instead of /map. Check rosnode info on your amcl nodes and make sure they subscribe to correct topics.

You can force the amcl nodes to subscribe to the /map topic with:

<remap from="map" to="/map"/>