From d53807cb6ca57991c96355d73c2b7165ed71f212 Mon Sep 17 00:00:00 2001 From: AndersonRayner Date: Sat, 14 Oct 2023 16:13:37 -0700 Subject: [PATCH] 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. --- Tools/scripts/sitl-on-hardware/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tools/scripts/sitl-on-hardware/README.md b/Tools/scripts/sitl-on-hardware/README.md index 081b78c849..26135aac74 100644 --- a/Tools/scripts/sitl-on-hardware/README.md +++ b/Tools/scripts/sitl-on-hardware/README.md @@ -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