mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
autotest: add support for quadplane takeoff in auto
This commit is contained in:
parent
60cfc0f016
commit
46e5e42d25
@ -394,6 +394,9 @@ class AutoTestQuadPlane(AutoTest):
|
||||
self.change_mode(mode)
|
||||
self.wait_ready_to_arm()
|
||||
self.arm_vehicle()
|
||||
if mode == 'GUIDED':
|
||||
self.user_takeoff(alt_min=height)
|
||||
return
|
||||
self.set_rc(3, 1800)
|
||||
self.wait_altitude(height,
|
||||
height+5,
|
||||
|
Loading…
Reference in New Issue
Block a user