ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I suggest you to take a look to the Navigation Stack. You have to load the map with a map_server node and then you have to run a localization node (like AMCL), then you can use the estimate pose 2D button on rviz to estimate your initial pose. To move your robot you will need a planner (like move_base) and send goals to this node.