From 681e67201ddfa40571a4643393a06bf9a8ce3de6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 29 Aug 2012 17:17:38 +1000 Subject: [PATCH] APM: fixed orientation on runway in autotest --- 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 a70749c51a..738555fc56 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -8,7 +8,7 @@ import mavutil, random testdir=os.path.dirname(os.path.realpath(__file__)) -HOME_LOCATION='-35.362938,149.165085,584,270' +HOME_LOCATION='-35.362938,149.165085,585,354' WIND="0,180,0.2" # speed,direction,variance homeloc = None