From 9d2b05840bf643eba1398ae8187ad2ccaa9902c0 Mon Sep 17 00:00:00 2001 From: Paul Riseborough Date: Thu, 28 Sep 2023 09:25:22 +1000 Subject: [PATCH] Tools: Disable DCM fallback for plane dead reckoning tests --- Tools/autotest/arduplane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 7fbffdd6e6..adce4c66d8 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -2137,6 +2137,7 @@ class AutoTestPlane(vehicle_test_suite.TestSuite): def deadreckoning_main(self, disable_airspeed_sensor=False): self.set_parameter("EK3_OPTIONS", 1) + self.set_parameter("AHRS_OPTIONS",1) self.reboot_sitl() self.wait_ready_to_arm() self.gpi = None