A32X: Fix FBW response, fix non-smoothness on some rotate

This commit is contained in:
Joshua Davidson 2017-12-24 11:01:23 -05:00
parent 3af9da527f
commit 4facbdd4e6
2 changed files with 33 additions and 3 deletions

View file

@ -116,7 +116,22 @@
</expression>
</input>
<output>/controls/flight/aileron-input</output>
<max-rate-of-change>1.5</max-rate-of-change>
<max-rate-of-change>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
</and>
</condition>
<value>1.25</value>
</max-rate-of-change>
<max-rate-of-change>5</max-rate-of-change>
</filter>
<filter>
@ -327,7 +342,22 @@
</expression>
</input>
<output>/controls/flight/elevator-input</output>
<max-rate-of-change>1.5</max-rate-of-change>
<max-rate-of-change>
<condition>
<and>
<equals>
<property>/gear/gear[1]/wow</property>
<value>0</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
</and>
</condition>
<value>1.25</value>
</max-rate-of-change>
<max-rate-of-change>5</max-rate-of-change>
</filter>
</PropertyList>

View file

@ -1 +1 @@
4110
4111