ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Take a look at this tutorial: http://wiki.ros.org/navigation/Tutorials/RobotSetup
Basically you need to use map_server to publish the map and run move_base
. However, you need to configure the costmaps, global and local planners for it to run well.