mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
SITL: fix copter-avc test
This commit is contained in:
parent
f260536373
commit
11d0801c99
@ -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…
Reference in New Issue
Block a user