From 65a2e1efbaa4a8dae89a333ba09e5db5bbc6079c Mon Sep 17 00:00:00 2001 From: George Zogopoulos Date: Fri, 27 Sep 2024 22:54:20 +0200 Subject: [PATCH] autotest: Updated GliderPullup with IMMEDIATE_DESCEND_IN_AUTO flight option --- Tools/autotest/arduplane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index fda2a47b39f71..54bb5b76cf23a 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -6180,6 +6180,7 @@ def GliderPullup(self): "SERVO6_FUNCTION": 0, # balloon lift "SERVO10_FUNCTION": 156, # lift release "EK3_IMU_MASK": 1, # lane switches just make log harder to read + "FLIGHT_OPTIONS": 32768 # Do not build glideslope. }) self.set_servo(6, 1000)