mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: autotest: fix sub autotest
This commit is contained in:
parent
0ae82751b8
commit
fa19c3a680
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user