From 2cc67d0a61b4c2ededab4723e5f1d4e138381f08 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Dec 2011 15:29:13 +1100 Subject: [PATCH] autotest: added a 5m/s wind blowing south in plane test --- Tools/autotest/arduplane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 80fecede4f..c089321fda 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -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