Control: Fix FMGC not able to control nose wheel in autoland
This commit is contained in:
parent
ac2146c603
commit
5122294a35
2 changed files with 6 additions and 2 deletions
|
@ -1879,9 +1879,13 @@
|
|||
|
||||
<switch name="hydraulics/tiller/switch">
|
||||
<default value="/controls/flight/rudder"/>
|
||||
<test value="/controls/flight/aileron">
|
||||
<test logic="AND" value="/controls/flight/aileron">
|
||||
fbw/fmgc/enabled eq 0
|
||||
/controls/flight/aileron-drives-tiller eq 1
|
||||
</test>
|
||||
<test logic="AND" value="fbw/fmgc/yaw-cmd">
|
||||
fbw/fmgc/enabled eq 1
|
||||
</test>
|
||||
</switch>
|
||||
|
||||
<fcs_function name="hydraulics/tiller/function">
|
||||
|
|
|
@ -1 +1 @@
|
|||
4408
|
||||
4409
|
Reference in a new issue