mirror of https://github.com/ArduPilot/ardupilot
AP_DDS: Fix typo with pts serial port when in UDP
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
a80e0fe11a
commit
2b906bc714
|
@ -167,7 +167,6 @@ Next, follow the associated section for your chosen transport, and finally you c
|
|||
```
|
||||
- Run SITL (remember to kill any terminals running ardupilot SITL beforehand)
|
||||
```bash
|
||||
# assuming we are using /dev/pts/1 for Ardupilot SITL
|
||||
sim_vehicle.py -v ArduPlane -DG --console --enable-dds
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue