mirror of https://github.com/ArduPilot/ardupilot
SITL: update SITL on hw docs
This commit is contained in:
parent
0da81f7269
commit
057190caa8
|
@ -7,14 +7,21 @@ Run the sitl-on-hw.sh script to compile and flash for MatekH743. Adjust for you
|
|||
::
|
||||
|
||||
cd $HOME/ardupilot
|
||||
./libraries/SITL/examples/on-hardware/sitl-on-hw.sh
|
||||
./libraries/SITL/examples/on-hardware/sitl-on-hw.py --board MatekH743 --vehicle copter
|
||||
|
||||
Plane can also be simulated:
|
||||
|
||||
::
|
||||
|
||||
cd $HOME/ardupilot
|
||||
./libraries/SITL/examples/on-hardware/sitl-on-hw.sh -v plane
|
||||
./libraries/SITL/examples/on-hardware/sitl-on-hw.py --board MatekH743 --vehicle plane
|
||||
|
||||
and quadplane:
|
||||
|
||||
::
|
||||
|
||||
cd $HOME/ardupilot
|
||||
./libraries/SITL/examples/on-hardware/sitl-on-hw.py --board MatekH743 --vehicle plane --simclass QuadPlane
|
||||
|
||||
## Configuring
|
||||
|
||||
|
|
Loading…
Reference in New Issue