Control: Fix FMGC not able to control nose wheel in autoland

This commit is contained in:
Joshua Davidson 2018-05-16 15:48:22 -04:00
parent ac2146c603
commit 5122294a35
2 changed files with 6 additions and 2 deletions

View file

@ -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">

View file

@ -1 +1 @@
4408
4409