Tools: update AHRS_OPTIONS for dead reckoning test

This commit is contained in:
Paul Riseborough 2023-09-29 19:42:19 +10:00 committed by Andrew Tridgell
parent 19f6b2d6d6
commit b17e189473
1 changed files with 1 additions and 1 deletions

View File

@ -2137,7 +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.set_parameter("AHRS_OPTIONS", 3)
self.reboot_sitl()
self.wait_ready_to_arm()
self.gpi = None