Control: Yaw channel fix during autoland
This commit is contained in:
parent
6992555f05
commit
e1aa8d877b
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue