Control: Fix Autotrim broken on 2018.3+
This commit is contained in:
parent
c6badbc73a
commit
2f492f3d50
3 changed files with 10 additions and 10 deletions
|
@ -305,11 +305,11 @@
|
|||
<independentVar lookup="row">attitude/roll-rad</independentVar>
|
||||
<independentVar lookup="column">fbw/roll/a-i</independentVar>
|
||||
<tableData>
|
||||
-1.0 -0.1 0.0 0.1 1.0
|
||||
-1.169370 0.261799 0.000000 0.000000 0.000000 0.000000
|
||||
-1.082100 0.000000 0.000000 0.000000 0.000000 0.000000
|
||||
1.082100 0.000000 0.000000 0.000000 0.000000 0.000000
|
||||
1.169370 0.000000 0.000000 0.000000 0.000000 -0.261799
|
||||
-1.0 0.0 1.0
|
||||
-1.169370 0.261799 0.000000 0.000000
|
||||
-1.082100 0.000000 0.000000 0.000000
|
||||
1.082100 0.000000 0.000000 0.000000
|
||||
1.169370 0.000000 0.000000 -0.261799
|
||||
</tableData>
|
||||
</table>
|
||||
<table>
|
||||
|
@ -972,7 +972,7 @@
|
|||
attitude/roll-rad lt 0.628319
|
||||
attitude/roll-rad gt -0.628319
|
||||
fbw/pitch/pid-switched ge 0.01
|
||||
forces/load-factor lt -0.5
|
||||
fbw/pitch/g-instrumented ge 0.5
|
||||
/it-fbw/protections/overspeed ne 1
|
||||
/controls/flight/elevator-trim le 0.32
|
||||
position/wow eq 0
|
||||
|
@ -983,7 +983,7 @@
|
|||
attitude/roll-rad lt 0.628319
|
||||
attitude/roll-rad gt -0.628319
|
||||
fbw/pitch/pid-switched le -0.01
|
||||
forces/load-factor lt -0.5
|
||||
fbw/pitch/g-instrumented ge 0.5
|
||||
/it-fbw/protections/overspeed ne 1
|
||||
/controls/flight/elevator-trim ge -1.0
|
||||
position/wow eq 0
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
<expression>
|
||||
<table>
|
||||
<property>/fdm/jsbsim/atmosphere/density-altitude</property>
|
||||
<entry><ind> 0</ind><dep>0.681</dep></entry>
|
||||
<entry><ind> 0</ind><dep>0.677</dep></entry>
|
||||
<entry><ind>42000</ind><dep>0.757</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
|
@ -217,7 +217,7 @@
|
|||
<difference>
|
||||
<table>
|
||||
<property>/fdm/jsbsim/atmosphere/density-altitude</property>
|
||||
<entry><ind> 0</ind><dep>0.9824</dep></entry>
|
||||
<entry><ind> 0</ind><dep>0.9834</dep></entry>
|
||||
<entry><ind>43000</ind><dep>0.8581</dep></entry>
|
||||
</table>
|
||||
<table>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4742
|
||||
4743
|
Reference in a new issue