mirror of https://github.com/ArduPilot/ardupilot
autotest: wait for VFR_HUD to be non-zero on startup
This commit is contained in:
parent
0f0cbce22f
commit
70669434a2
|
@ -293,6 +293,7 @@ def fly_ArduPlane(viewerip=None):
|
||||||
print("Setting up RC parameters")
|
print("Setting up RC parameters")
|
||||||
setup_rc(mavproxy)
|
setup_rc(mavproxy)
|
||||||
print("Waiting for GPS fix")
|
print("Waiting for GPS fix")
|
||||||
|
mav.recv_match(condition='VFR_HUD.alt>0', blocking=True)
|
||||||
mav.wait_gps_fix()
|
mav.wait_gps_fix()
|
||||||
homeloc = mav.location()
|
homeloc = mav.location()
|
||||||
print("Home location: %s" % homeloc)
|
print("Home location: %s" % homeloc)
|
||||||
|
|
Loading…
Reference in New Issue