mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
autotest: use run_in_terminal.sh for HIL
This commit is contained in:
parent
a21998aece
commit
a60590d1fe
@ -6,7 +6,11 @@ pkill -f runsim.py
|
|||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
gnome-terminal -e '../Tools/autotest/jsbsim/runsim.py --home=-35.362938,149.165085,584,270'
|
autotest=$(dirname $(readlink -e $0))
|
||||||
|
cmd="../Tools/autotest/jsbsim/runsim.py --home=-35.362938,149.165085,584,270"
|
||||||
|
$autotest/run_in_terminal_window.sh "simulator" $cmd || exit 1
|
||||||
|
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
mavproxy.py --out 127.0.0.1:14550 --load-module=HIL $*
|
mavproxy.py --out 127.0.0.1:14550 --load-module=HIL $*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user