Skip to content

How to execute the code

Manos Tsardoulias edited this page Nov 21, 2015 · 1 revision

It is advised to launch the code in two stages. Initially, open a console and execute:

roslaunch autonomous_exploration all_except_exploration.launch

This will launch the simulator, the CRSM SLAM and rviz. Next you can launch the robot's controller:

roslaunch autonomous_exploration exploration_only.launch

Now your code should be running.

Clone this wiki locally