Skip to content
Snippets Groups Projects
Commit a60590d1 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

autotest: use run_in_terminal.sh for HIL

parent a21998ae
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,11 @@ pkill -f runsim.py
set -e
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
mavproxy.py --out 127.0.0.1:14550 --load-module=HIL $*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment