-
Notifications
You must be signed in to change notification settings - Fork 13
rocs_test
XavierGallart edited this page Feb 26, 2013
·
2 revisions
Provides provisional launch files for running the system in simulation or in the robot.
Run roslaunch rocs_test simulation_mapping.launch
.
Move the robot through the map using the keyboard (i,j,k,l) and see the current progress in Rviz.
Save the final map running rosrun map_server map_saver -f mymap_name
.
Run roslaunch rocs_test simulation_navigation.launch
.
Navigate the robot through a built map. Select "2D Nav Goal" and click on your desired destination. The robot will go there.
Run roslaunch rocs_test simulation_exploration.launch
.
Let the robot explore an unknown map and see the current progress in Rviz. As before, you can save the map running rosrun map_server map_saver -f mymap_name
.