mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
autotest: useful HIL start script
This commit is contained in:
parent
56591e920d
commit
5ba7084a21
13
Tools/autotest/runsim_cmac.sh
Executable file
13
Tools/autotest/runsim_cmac.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# useful example script for HIL testing with ArduPlane
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
killall -q JSBSim
|
||||||
|
pkill -f runsim.py
|
||||||
|
set -e
|
||||||
|
|
||||||
|
autotest=$(dirname $(readlink -e $0))
|
||||||
|
pushd $autotest/../../ArduPlane
|
||||||
|
../Tools/autotest/jsbsim/runsim.py --home=-35.362942,149.165193,585,354
|
Loading…
Reference in New Issue
Block a user