Skip to content

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.

Simulations

Mapping

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.

Navigation

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.

Exploration

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.

Clone this wiki locally