Browse Source

autotest: run plane test at maximum speed

master
Andrew Tridgell 10 years ago
parent
commit
d2a188c55d
  1. 2
      Tools/autotest/arduplane.py

2
Tools/autotest/arduplane.py

@ -434,7 +434,7 @@ def fly_ArduPlane(viewerip=None, map=False): @@ -434,7 +434,7 @@ def fly_ArduPlane(viewerip=None, map=False):
options += ' --map'
cmd = util.reltopdir("Tools/autotest/jsbsim/runsim.py")
cmd += " --home=%s --wind=%s" % (HOME_LOCATION, WIND)
cmd += " --speedup=100 --home=%s --wind=%s" % (HOME_LOCATION, WIND)
if viewerip:
cmd += " --fgout=%s:5503" % viewerip

Loading…
Cancel
Save