Align fault - fix to use absolute value of speed
This commit is contained in:
parent
46c5d595f8
commit
e89d1250be
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
velocities/r-aero-deg_sec_filter ge 2
|
velocities/r-aero-deg_sec_filter ge 2
|
||||||
velocities/v-north-fps_filter ge 0.5
|
velocities/v-north-fps_filter ge 0.5
|
||||||
velocities/v-east-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>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue