```start_ros``` needs to be used to start ```bash``` terminal with ROS setup when you open a new Terminal window.
**Thishas to be run always before any commands discussed below when using new Terminal window (as shown in the "Starting the simulator section), otherwise ROS commands will not work.**
</div>
Starting the simulator
Starting the simulator
-------------------
-------------------
To start the robot platform with the simple simulator:
To start the robot platform with the simple simulator, open new Terminal and run:
```bash
```bash
start_ros
start_ros
ros2 launch air_bringup turtle.launch.py
ros2 launch air_bringup turtle.launch.py
```
```
**ImportantNote!** ```start_ros``` needs to be used to start ```bash``` terminal with ROS setup. **This has to be run always before any commands discussed below.**
If all goes well, the following image should appear:
If all goes well, the following image should appear: