mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-09 08:04:14 -03: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()
|
homeloc = mav.location()
|
||||||
|
|
||||||
# wait 10sec to allow EKF to settle
|
# wait 10sec to allow EKF to settle
|
||||||
wait_seconds(mav, 10)
|
wait_sim_seconds(mav, 10)
|
||||||
|
|
||||||
# Arm
|
# Arm
|
||||||
print("# Arm motors")
|
print("# Arm motors")
|
||||||
|
Loading…
Reference in New Issue
Block a user