Skip to content

Commit

Permalink
Tools: update AHRS_OPTIONS for dead reckoning test
Browse files Browse the repository at this point in the history
  • Loading branch information
priseborough authored and tridge committed Sep 30, 2023
1 parent 80aba83 commit 8de914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arduplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -2081,7 +2081,7 @@ def AIRSPEED_AUTOCAL(self):

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
Expand Down

0 comments on commit 8de914f

Please sign in to comment.