mirror of https://github.com/ArduPilot/ardupilot
Tools: update AHRS_OPTIONS for dead reckoning test
This commit is contained in:
parent
19f6b2d6d6
commit
b17e189473
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue