SITL: fix copter-avc test

This commit is contained in:
Randy Mackay 2015-04-08 15:23:01 +09:00
parent f260536373
commit 11d0801c99

View File

@ -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")