1
0
Fork 0

Control: Yaw channel fix during autoland

This commit is contained in:
Josh Davidson 2022-09-09 20:31:02 -04:00
parent 6992555f05
commit e1aa8d877b

View file

@ -2246,7 +2246,6 @@
<test logic="OR" value="0">
position/wow eq 1
/position/gear-agl-ft lt 50
fbw/yaw/autoland-switch eq 1
</test>
</switch>
@ -2280,8 +2279,9 @@
<switch name="fbw/yaw/tc-pd-s">
<default value="fbw/yaw/tc-pd"/>
<test value="0">
<test logic="OR" value="0">
position/wow eq 1
fcc/yaw/autoland-switch eq 1
</test>
</switch>