Skip to content

Simulation Testing

Toya Takahashi edited this page Aug 6, 2024 · 10 revisions

Running the launch file

To run the VRX simulation environment, run the following command. Remember to source your setup.bash file.

ros2 launch all_seaing_bringup sim.launch.py

A Gazebo simulation environment, RViz 3D visualizer, and a keyboard popup window will open up. If you have the keyboard popup window selected, you can press Enter to toggle between autonomous and teleop mode, and press Space to E-stop. While in teleop mode, use the WASDQE keys to control the boat.

Back: Building and Sourcing Packages Next: Real-world Testing