A3XX: Improve FBW Elevator

This commit is contained in:
Joshua Davidson 2017-06-07 20:42:02 -04:00
parent 3924441032
commit 76f663edb5

View file

@ -37,19 +37,19 @@
<table> <table>
<independentVar lookup="row">/controls/flight/aileron-input</independentVar> <independentVar lookup="row">/controls/flight/aileron-input</independentVar>
<tableData> <tableData>
-1.0 -0.15 -1.0 -0.150
-0.7 -0.1 -0.7 -0.100
-0.5 -0.05 -0.5 -0.050
-0.3 -0.025 -0.3 -0.025
-0.15 -0.01 -0.15 -0.010
-0.05 -0.005 -0.05 -0.005
0.00 0.00 0.00 0.000
0.05 0.005 0.05 0.005
0.15 0.01 0.15 0.010
0.3 0.025 0.3 0.025
0.5 0.05 0.5 0.050
0.7 0.1 0.7 0.100
1.0 0.15 1.0 0.150
</tableData> </tableData>
</table> </table>
</sum> </sum>
@ -100,19 +100,19 @@
<table> <table>
<independentVar lookup="row">/controls/flight/elevator-input</independentVar> <independentVar lookup="row">/controls/flight/elevator-input</independentVar>
<tableData> <tableData>
-1.0 0.06 -1.0 0.0750
-0.7 0.04 -0.7 0.0530
-0.5 0.025 -0.5 0.0220
-0.3 0.008 -0.3 0.0110
-0.15 0.0017 -0.15 0.0040
-0.05 0.0005 -0.05 0.0007
0.00 0.0000 0.00 0.0000
0.05 -0.0005 0.05 -0.0007
0.15 -0.0017 0.15 -0.0040
0.3 -0.008 0.3 -0.0110
0.5 -0.025 0.5 -0.0220
0.7 -0.04 0.7 -0.0530
1.0 -0.06 1.0 -0.0750
</tableData> </tableData>
</table> </table>
</sum> </sum>