1
0
Fork 0

Align fault - fix to use absolute value of speed

This commit is contained in:
Jonathan Redpath 2022-04-30 15:01:02 +01:00
parent 6c8e4dcd73
commit 741b866c92

View file

@ -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
</test>
</switch>