autotest: AutoContinueOnRCFailsafe extend auto leg to avoid race
saw an instance where it made it to waypoint four before we registered the RC failsafe
This commit is contained in:
parent
5b2dcc3a0c
commit
50dba896ca
@ -11715,7 +11715,7 @@ class AutoTestCopter(vehicle_test_suite.TestSuite):
|
||||
(mavutil.mavlink.MAV_CMD_NAV_TAKEOFF, 0, 0, 10),
|
||||
(mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 20, 0, 10),
|
||||
(mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 40, 0, 10),
|
||||
(mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 60, 0, 10),
|
||||
(mavutil.mavlink.MAV_CMD_NAV_WAYPOINT, 120, 0, 10),
|
||||
])
|
||||
|
||||
self.takeoff(mode='LOITER')
|
||||
|
Loading…
Reference in New Issue
Block a user