Browse Source

autotest: fixed home altitude for CMAC

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
122e09323c
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -8,7 +8,7 @@ testdir=os.path.dirname(os.path.realpath(__file__)) @@ -8,7 +8,7 @@ testdir=os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, util.reltopdir('../pymavlink'))
import mavutil
HOME_LOCATION='-35.362938,149.165085,650,270'
HOME_LOCATION='-35.362938,149.165085,584,270'
homeloc = None

Loading…
Cancel
Save