mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
autotest: added a 5m/s wind blowing south in plane test
This commit is contained in:
parent
ad6c90c3b9
commit
2cc67d0a61
@ -215,7 +215,7 @@ def fly_ArduPlane(viewerip=None):
|
|||||||
util.pexpect_close(sil)
|
util.pexpect_close(sil)
|
||||||
|
|
||||||
cmd = util.reltopdir("Tools/autotest/jsbsim/runsim.py")
|
cmd = util.reltopdir("Tools/autotest/jsbsim/runsim.py")
|
||||||
cmd += " --home=%s --script=%s/rascal_test.xml" % (
|
cmd += " --home=%s --wind=5,180,0.2" % (
|
||||||
HOME_LOCATION, util.reltopdir("Tools/autotest/jsbsim"))
|
HOME_LOCATION, util.reltopdir("Tools/autotest/jsbsim"))
|
||||||
if viewerip:
|
if viewerip:
|
||||||
cmd += " --fgout=%s:5503" % viewerip
|
cmd += " --fgout=%s:5503" % viewerip
|
||||||
|
Loading…
Reference in New Issue
Block a user