Tools: autotest: fix sub autotest

This commit is contained in:
Peter Barker 2018-07-04 14:48:41 +10:00
parent 0ae82751b8
commit fa19c3a680

View File

@ -160,7 +160,8 @@ class AutoTestSub(AutoTest):
self.mav.wait_gps_fix()
# wait for EKF and GPS checks to pass
self.mavproxy.expect('IMU0 is using GPS')
self.progress("Waiting for ready-to-arm")
self.wait_ready_to_arm()
self.homeloc = self.mav.location()
self.progress("Home location: %s" % self.homeloc)