Browse Source

AutoTest: allow 10sec for EKF to settle in AVC test

master
Randy Mackay 10 years ago
parent
commit
e1abdadc06
  1. 3
      Tools/autotest/arducopter.py

3
Tools/autotest/arducopter.py

@ -1318,6 +1318,9 @@ def fly_CopterAVC(viewerip=None, map=False): @@ -1318,6 +1318,9 @@ def fly_CopterAVC(viewerip=None, map=False):
setup_rc(mavproxy)
homeloc = mav.location()
# wait 10sec to allow EKF to settle
wait_seconds(mav, 10)
# Arm
print("# Arm motors")
if not arm_motors(mavproxy, mav):

Loading…
Cancel
Save