Update Launch In SITL authored by shibohan's avatar shibohan
## Setup workspace ## Setup workspace
First, create a catkin workspace OR use existing catkin workspace (If you have realsense-ros setup) First, create a catkin workspace OR use existing catkin workspace (If you have realsense-ros setup).
**ONLY** do this if you don't have a catkin workspace, otherwise use the existing one
```shell ```shell
mkdir -p ardupilot_ws/src mkdir -p ardupilot_ws/src
cd ardupilot_ws cd ardupilot_ws
... ...
......