A32X: Fix aileron operation in autoland
This commit is contained in:
parent
78d5ce99ff
commit
62caba8e37
2 changed files with 33 additions and 1 deletions
|
@ -569,6 +569,38 @@
|
||||||
</condition>
|
</condition>
|
||||||
<property>/controls/flight/aileron-input-fast</property>
|
<property>/controls/flight/aileron-input-fast</property>
|
||||||
</input>
|
</input>
|
||||||
|
<input>
|
||||||
|
<condition>
|
||||||
|
<and>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap1</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/it-autoflight/output/ap2</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
<or>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[1]/wow</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
<equals>
|
||||||
|
<property>/gear/gear[2]/wow</property>
|
||||||
|
<value>1</value>
|
||||||
|
</equals>
|
||||||
|
</or>
|
||||||
|
<equals>
|
||||||
|
<property>/it-fbw/law</property>
|
||||||
|
<value>0</value>
|
||||||
|
</equals>
|
||||||
|
</and>
|
||||||
|
</condition>
|
||||||
|
<property>/controls/flight/rudder</property>
|
||||||
|
<scale>-1</scale>
|
||||||
|
</input>
|
||||||
<input>
|
<input>
|
||||||
<condition>
|
<condition>
|
||||||
<equals>
|
<equals>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3020
|
3021
|
Reference in a new issue