Skip to content

Commit

Permalink
autotest: enable LOG_REPLAY in deadreckoning test
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jun 9, 2024
1 parent b17e189 commit 09623f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/arduplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,7 @@ def AIRSPEED_AUTOCAL(self):
def deadreckoning_main(self, disable_airspeed_sensor=False):
self.set_parameter("EK3_OPTIONS", 1)
self.set_parameter("AHRS_OPTIONS", 3)
self.set_parameter("LOG_REPLAY", 1)
self.reboot_sitl()
self.wait_ready_to_arm()
self.gpi = None
Expand Down

0 comments on commit 09623f4

Please sign in to comment.