mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Tools: Update sitl-on-hardware README.md to match new file paths.
The sitl-on-hardware paths have changed. This updates the readme file to reflect the new file locations.
This commit is contained in:
parent
5ee05b6799
commit
d53807cb6c
@ -7,21 +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.py --board MatekH743 --vehicle copter
|
||||
./Tools/scripts/sitl-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.py --board MatekH743 --vehicle plane
|
||||
./Tools/scripts/sitl-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
|
||||
./Tools/scripts/sitl-on-hardware/sitl-on-hw.py --board MatekH743 --vehicle plane --simclass QuadPlane
|
||||
|
||||
## Configuring
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user