ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
The tutorials on Navigation stack would be the right place to start (http://wiki.ros.org/navigation). The turtlebot implementation is a good example to see gmapping and amcl in action (https://github.com/turtlebot/turtlebot_apps/tree/indigo/turtlebot_navigation). Just remember that once you create a map, the path generation in that map is independent of the sensors.