Browse Source

APM: fixed orientation on runway in autotest

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
681e67201d
  1. 2
      Tools/autotest/arduplane.py

2
Tools/autotest/arduplane.py

@ -8,7 +8,7 @@ import mavutil, random
testdir=os.path.dirname(os.path.realpath(__file__)) 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 WIND="0,180,0.2" # speed,direction,variance
homeloc = None homeloc = None

Loading…
Cancel
Save