mirror of https://github.com/ArduPilot/ardupilot
AP_DDS: remove references to legacy UART order
This commit is contained in:
parent
8ee9dd13be
commit
f0a92889fa
|
@ -189,7 +189,7 @@ Next, follow the associated section for your chosen transport, and finally you c
|
|||
- Run SITL (remember to kill any terminals running ardupilot SITL beforehand)
|
||||
```console
|
||||
# assuming we are using /dev/pts/1 for Ardupilot SITL
|
||||
sim_vehicle.py -v ArduPlane -DG --console --enable-dds -A "--uartC=uart:/dev/pts/1"
|
||||
sim_vehicle.py -v ArduPlane -DG --console --enable-dds -A "--serial1=uart:/dev/pts/1"
|
||||
```
|
||||
|
||||
## Use ROS 2 CLI
|
||||
|
|
Loading…
Reference in New Issue