# Background - As part of the NaviGator's migration to ROS2, we need to bring over the Gazebo Simulation environment - In this issue, we will write the python launch files: **_gazebo.launch.py_** and **_navigator_setup.launch.py_** # Specifications - Gazebo.launch.py should launch the Gazebo Simulation world - The launch file can and should closely follow the existing one for subjugator ([link](https://github.com/uf-mil/mil2/blob/main/src/subjugator/subjugator_bringup/launch/gazebo.launch.py)) - Navigator_setup.launch.py should launch the necessary ROS2 Nodes and Packages for the Gazebo Simulation and physical NaviGator to be fully ready - Similarly, this launch file should closely match the existing one for subjugator ([link](https://github.com/uf-mil/mil2/blob/main/src/subjugator/subjugator_bringup/launch/subjugator_setup.launch.py)) # Testing - Run the launch files with no errors - Verify that the Gazebo Simulation runs