Browse Source

SITL: fix copter-avc test

mission-4.1.18
Randy Mackay 10 years ago
parent
commit
11d0801c99
  1. 2
      Tools/autotest/arducopter.py

2
Tools/autotest/arducopter.py

@ -1343,7 +1343,7 @@ def fly_CopterAVC(viewerip=None, map=False): @@ -1343,7 +1343,7 @@ def fly_CopterAVC(viewerip=None, map=False):
homeloc = mav.location()
# wait 10sec to allow EKF to settle
wait_seconds(mav, 10)
wait_sim_seconds(mav, 10)
# Arm
print("# Arm motors")

Loading…
Cancel
Save