A3XX: Remove FBW redundant property

This commit is contained in:
Joshua Davidson 2017-09-17 10:46:09 -04:00
parent 9e2a5c62eb
commit e1e3e96ded
4 changed files with 5 additions and 13 deletions

View file

@ -574,7 +574,6 @@
</engines>
<flight>
<aileron-input>0</aileron-input>
<aileron-fbw>0</aileron-fbw>
<aileron-left>0.5</aileron-left>
<aileron-right>-0.5</aileron-right>
<aileron-sum>0.0</aileron-sum>
@ -583,6 +582,8 @@
<elevator-left>0.1</elevator-left>
<elevator-right>0.1</elevator-right>
<elevator-sum>0.2</elevator-sum>
<ground-spoilers-armed type="bool">0</ground-spoilers-armed>
<roll-fbw>0</roll-fbw>
<spoiler-l1>0.0</spoiler-l1>
<spoiler-l2>0.0</spoiler-l2>
<spoiler-l3>0.0</spoiler-l3>
@ -597,7 +598,6 @@
<spoiler-r-sum>0.0</spoiler-r-sum>
<speedbrake-output>0.0</speedbrake-output>
<speedbrake-arm>0</speedbrake-arm>
<ground-spoilers-armed type="bool">0</ground-spoilers-armed>
<speedbrake-lever type="double">0</speedbrake-lever>
<slats>0</slats>
</flight>

View file

@ -144,7 +144,7 @@
<expression>
<sum>
<table>
<property>/controls/flight/aileron-fbw</property>
<property>/controls/flight/roll-fbw</property>
<entry><ind>-1</ind><dep>-0.5</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry>
<entry><ind> 1</ind><dep> 0.5</dep></entry>
@ -263,7 +263,7 @@
<expression>
<sum>
<table>
<property>/controls/flight/aileron-fbw</property>
<property>/controls/flight/roll-fbw</property>
<entry><ind>-1</ind><dep>-0.5</dep></entry>
<entry><ind> 0</ind><dep> 0.0</dep></entry>
<entry><ind> 1</ind><dep> 0.5</dep></entry>

View file

@ -470,14 +470,6 @@
<output>/controls/flight/roll-fbw</output>
</filter>
<filter>
<name>IT-FBW: AILERON</name>
<type>gain</type>
<gain>1</gain>
<input>/controls/flight/roll-fbw</input>
<output>/controls/flight/aileron-fbw</output>
</filter>
<filter>
<name>IT-FBW: SPOILER</name>
<type>gain</type>

View file

@ -1 +1 @@
1504
1506