Tools: autotest: wait for plane to disarm before downloading logs

This commit is contained in:
Peter Barker 2017-06-19 11:37:59 +10:00 committed by Francisco Ferreira
parent 05ea121d0c
commit 34e611be59
1 changed files with 1 additions and 0 deletions

View File

@ -435,6 +435,7 @@ def fly_mission(mavproxy, mav, filename, height_accuracy=-1, target_altitude=Non
return False
if not wait_groundspeed(mav, 0, 0.5, timeout=60):
return False
mavproxy.expect("Auto disarmed")
print("Mission OK")
return True