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

The issue was that the global_costmap was waiting for messages on the /map topic, but there was none because I wasn't using slam nor a map server (I just wanted to make a simple demo).
I set the map_topic parameter of the global_costmap to /global_costmap/costmap to solve the issue.