A3XX: Fix FBW NORMAL Law bug -- Thanks PINTO!

This commit is contained in:
Joshua Davidson 2017-10-04 15:23:18 -04:00
parent e21e62e1ad
commit e2eafa31db
2 changed files with 1 additions and 49 deletions

View file

@ -807,14 +807,6 @@
<property>/it-fbw/spd-hold</property>
<value>0</value>
</equals>
<less-than>
<property>/orientation/roll-deg</property>
<value>40</value>
</less-than>
<greater-than>
<property>/orientation/roll-deg</property>
<value>-40</value>
</greater-than>
<or>
<equals>
<property>/it-fbw/law</property>
@ -895,14 +887,6 @@
<property>/it-fbw/spd-hold</property>
<value>0</value>
</equals>
<less-than>
<property>/orientation/roll-deg</property>
<value>40</value>
</less-than>
<greater-than>
<property>/orientation/roll-deg</property>
<value>-40</value>
</greater-than>
<or>
<equals>
<property>/it-fbw/law</property>
@ -1006,14 +990,6 @@
<property>/it-fbw/spd-hold</property>
<value>1</value>
</equals>
<less-than>
<property>/orientation/roll-deg</property>
<value>40</value>
</less-than>
<greater-than>
<property>/orientation/roll-deg</property>
<value>-40</value>
</greater-than>
<or>
<equals>
<property>/it-fbw/law</property>
@ -1066,14 +1042,6 @@
<property>/it-fbw/spd-hold</property>
<value>1</value>
</equals>
<less-than>
<property>/orientation/roll-deg</property>
<value>40</value>
</less-than>
<greater-than>
<property>/orientation/roll-deg</property>
<value>-40</value>
</greater-than>
<or>
<equals>
<property>/it-fbw/law</property>
@ -1126,14 +1094,6 @@
<property>/gear/gear[2]/wow</property>
<value>0</value>
</equals>
<less-than>
<property>/orientation/roll-deg</property>
<value>40</value>
</less-than>
<greater-than>
<property>/orientation/roll-deg</property>
<value>-40</value>
</greater-than>
<or>
<equals>
<property>/it-fbw/law</property>
@ -1163,14 +1123,6 @@
<property>/it-fbw/law</property>
<value>2</value>
</equals>
<greater-than-equals>
<property>/orientation/roll-deg</property>
<value>40</value>
</greater-than-equals>
<less-than-equals>
<property>/orientation/roll-deg</property>
<value>-40</value>
</less-than-equals>
</or>
</condition>
<property>/controls/flight/elevator-input-fast</property>

View file

@ -1 +1 @@
2021
2022