Changes
Page history
Update Launch In SITL
authored
Sep 21, 2019
by
shibohan
Hide whitespace changes
Inline
Side-by-side
Launch-In-SITL.md
View page @
5fb96b6d
...
@@ -51,7 +51,7 @@ Both “–out” refer to UDP connexion create by MAVProxy. We will use UDP acc
...
@@ -51,7 +51,7 @@ Both “–out” refer to UDP connexion create by MAVProxy. We will use UDP acc
Edit the launch file with correct
**fcu_url**
Edit the launch file with correct
**fcu_url**
```
shell
```
shell
cd
<droneoa_ros>/launch
cd
<droneoa_ros>/launch
nano apm.launch
nano apm
SITL
.launch
<arg
name
=
"fcu_url"
default
=
"udp://127.0.0.1:14551@14555"
/>
<arg
name
=
"fcu_url"
default
=
"udp://127.0.0.1:14551@14555"
/>
```
```
...
@@ -64,7 +64,7 @@ source <WORKSPACE_PATH>/devel/setup.bash
...
@@ -64,7 +64,7 @@ source <WORKSPACE_PATH>/devel/setup.bash
## Launch Supporting ROS Nodes
## Launch Supporting ROS Nodes
```
shell
```
shell
cd
<droneoa_ros>/launch
cd
<droneoa_ros>/launch
roslaunch step1.launch
roslaunch step1
SITL
.launch
```
```
**Note:**
For first time launch, run the following script to create a device name for ydlidar.
**Note:**
For first time launch, run the following script to create a device name for ydlidar.
```
shell
```
shell
...
...
...
...