autotest: added a 5m/s wind blowing south in plane test

This commit is contained in:
Andrew Tridgell 2011-12-13 15:29:13 +11:00
parent ad6c90c3b9
commit 2cc67d0a61
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def fly_ArduPlane(viewerip=None):
util.pexpect_close(sil)
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"))
if viewerip:
cmd += " --fgout=%s:5503" % viewerip