Tools: autotest: wait for plane to disarm before downloading logs
This commit is contained in:
parent
05ea121d0c
commit
34e611be59
@ -435,6 +435,7 @@ def fly_mission(mavproxy, mav, filename, height_accuracy=-1, target_altitude=Non
|
|||||||
return False
|
return False
|
||||||
if not wait_groundspeed(mav, 0, 0.5, timeout=60):
|
if not wait_groundspeed(mav, 0, 0.5, timeout=60):
|
||||||
return False
|
return False
|
||||||
|
mavproxy.expect("Auto disarmed")
|
||||||
print("Mission OK")
|
print("Mission OK")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user