mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: added idle hooks for ArduPlane testing too
This commit is contained in:
parent
2e7a48ad9c
commit
12025c8b54
@ -286,6 +286,7 @@ def fly_ArduPlane(viewerip=None):
|
||||
print("Failed to start mavlink connection on 127.0.0.1:19550" % msg)
|
||||
raise
|
||||
mav.message_hooks.append(message_hook)
|
||||
mav.idle_hooks.append(idle_hook)
|
||||
|
||||
failed = False
|
||||
e = 'None'
|
||||
|
Loading…
Reference in New Issue
Block a user