mirror of https://github.com/ArduPilot/ardupilot
autotest: added command line args to test script
This commit is contained in:
parent
5cfdf52381
commit
917b51a46b
|
@ -21,4 +21,5 @@ rm -f $tfile
|
|||
gnome-terminal -e '../Tools/autotest/jsbsim/runsim.py --home=-26.582218,151.840113,440.3,169'
|
||||
sleep 2
|
||||
popd
|
||||
mavproxy.py --aircraft=test --master tcp:127.0.0.1:5760 --sitl 127.0.0.1:5501 --out 127.0.0.1:14550 --out 127.0.0.1:14551
|
||||
mavproxy.py --aircraft=test --master tcp:127.0.0.1:5760 --sitl 127.0.0.1:5501 --out 127.0.0.1:14550 --out 127.0.0.1:14551 $*
|
||||
|
||||
|
|
Loading…
Reference in New Issue