User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cs:simulator:run:start [2016/12/12 15:24]
Dustin Crossman created
cs:simulator:run:start [2022/04/15 02:30] (current)
Chris Nathman
Line 1: Line 1:
 ===== Running Gazebo Simulator ===== ===== Running Gazebo Simulator =====
  
-Next build everything by running ​catkin_make. Then run the following command: +Next build everything by running ​''​%%rsmake%%''​. Then run the following command: 
-   roslaunch ​robosub_simulator gazebo.launch+   ros2 launch ​robosub_simulator gazebo.launch.py [gui:​=false] [minimal:​=true] ​  
 +This will load the proper param files, start up gazebo with the correct world, spawn the sub, and finally, start the simulator bridge, control system, and thruster nodes. If you want to run additional software nodes (vision, hydrophones,​ AI, etc.), you will need to start them manually. You can use the optional parameters to disable the gui or launch the minimal simulator without the control system or thrusters started.