mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: quadplane: fix race condition on RTL heartbeats
This commit is contained in:
parent
f30dcdc0c3
commit
1a97d222d0
@ -466,7 +466,8 @@ class AutoTestQuadPlane(AutoTest):
|
||||
filename = "QuadPlaneDalbyRTL.txt"
|
||||
self.progress("Using %s to fly home" % filename)
|
||||
self.load_generic_mission(filename)
|
||||
self.change_mode("RTL")
|
||||
self.send_cmd_do_set_mode("RTL")
|
||||
self.wait_mode('AUTO')
|
||||
self.wait_current_waypoint(4)
|
||||
self.wait_statustext('Land descend started')
|
||||
self.wait_statustext('Land final started', timeout=60)
|
||||
|
Loading…
Reference in New Issue
Block a user