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 use a SLAM algorithm to create the map in real-time and navigate in it. For example, if you are using a laser scan sensor, gmapping or Karto will publish the map in the /map topic and at the same time, the move_base will receive the /map information to move the robot. So the map is not available before but is created simultaneously with your movements.