Update Launch In SITL authored by shibohan's avatar shibohan
......@@ -64,3 +64,27 @@ source you setup.bash
source <WORKSPACE_PATH>/devel/setup.bash
rosrun droneoa_ros droneoa_ros
```
## Simple Summary:
Open up a terminal with 4 tabs:
- tab1: SITL instance
```shell
cd <ardupilot repo>/ArduCopter
sim_vehicle.py -v ArduCopter --console --map
```
- tab2: mavros node
```shell
cd <launch file folder>
roslaunch apm.launch
```
- tab3: realsense node
```shell
roslaunch realsense2_camera rs_camera.launch
```
- tab4: droneoa_ros node
```shell
rosrun droneoa_ros droneoa_ros
```
## 3D Simulation
[SITL With Gazebo](SITL With Gazebo)
\ No newline at end of file