Changes
Page history
Update Launch In SITL
authored
Aug 15, 2019
by
shibohan
Show whitespace changes
Inline
Side-by-side
Launch-In-SITL.md
View page @
8cd9a816
...
...
@@ -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