From bf3aec6951601eca3bb0e890f0f20264327632d6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Nov 2023 18:10:24 +1100 Subject: [PATCH] autotest: enable LOG_REPLAY in deadreckoning test --- Tools/autotest/arduplane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 739a990d107f24..cc12a4baf1a350 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -2193,6 +2193,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