mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AutoTest: allow 10sec for EKF to settle in AVC test
This commit is contained in:
parent
2189b16165
commit
e1abdadc06
@ -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…
Reference in New Issue
Block a user