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:
AndersonRayner 2023-10-14 16:13:37 -07:00 committed by Tom Pittenger
parent 5ee05b6799
commit d53807cb6c

View File

@ -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