From 90903193438b25f74b9694e7617ecd18f61026a1 Mon Sep 17 00:00:00 2001 From: Paul Riseborough Date: Wed, 14 Sep 2022 18:06:33 +1000 Subject: [PATCH] Tools/autotest: fail pitot tube at start of takeoff --- Tools/autotest/arduplane.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 0aff2ed99c..44d2a86daf 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -1731,11 +1731,10 @@ class AutoTestPlane(AutoTest): "SIM_WIND_SPD": 10, "SIM_WIND_DIR": 0, "ARSPD_WIND_MAX":15, - }) + }) self.change_mode("TAKEOFF") self.wait_ready_to_arm() self.arm_vehicle() - self.delay_sim_time(60) # simulate the effect of a blocked pitot tube self.set_parameter("ARSPD_RATIO", 0.1) self.delay_sim_time(10)