From 741b866c9207890a9991f1fe04c9f341321cae84 Mon Sep 17 00:00:00 2001 From: Jonathan Redpath Date: Sat, 30 Apr 2022 15:01:02 +0100 Subject: [PATCH] Align fault - fix to use absolute value of speed --- Systems/a320-adr.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Systems/a320-adr.xml b/Systems/a320-adr.xml index a94c6108..42398fc4 100644 --- a/Systems/a320-adr.xml +++ b/Systems/a320-adr.xml @@ -28,6 +28,8 @@ velocities/r-aero-deg_sec_filter ge 2 velocities/v-north-fps_filter ge 0.5 velocities/v-east-fps_filter ge 0.5 + velocities/v-north-fps_filter le -0.5 + velocities/v-east-fps_filter le -0.5