Control: Fix a mistake I made, thanks legoboyvdlp
This commit is contained in:
parent
f17a1ef9c4
commit
85d511923a
2 changed files with 18 additions and 22 deletions
|
@ -736,11 +736,13 @@
|
||||||
<input>/controls/gear/steering-switched</input>
|
<input>/controls/gear/steering-switched</input>
|
||||||
<table>
|
<table>
|
||||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||||
|
<independentVar lookup="column">/systems/acconfig/options/seperate-tiller-axis</independentVar>
|
||||||
<tableData>
|
<tableData>
|
||||||
0.5 0
|
0 1
|
||||||
1.0 1
|
0.5 0 0
|
||||||
20.0 1
|
1.0 1 1
|
||||||
70.0 0
|
20.0 1 1
|
||||||
|
70.0 0 1
|
||||||
</tableData>
|
</tableData>
|
||||||
</table>
|
</table>
|
||||||
</scheduled_gain>
|
</scheduled_gain>
|
||||||
|
@ -760,8 +762,8 @@
|
||||||
<gain>75</gain>
|
<gain>75</gain>
|
||||||
</pure_gain>
|
</pure_gain>
|
||||||
|
|
||||||
<fcs_function name="hydraulics/tiller/fmgc-cmd-gain">
|
<scheduled_gain name="hydraulics/tiller/fmgc-cmd-deg">
|
||||||
<function>
|
<input>fbw/fmgc/yaw-cmd</input>
|
||||||
<table>
|
<table>
|
||||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||||
<tableData>
|
<tableData>
|
||||||
|
@ -771,13 +773,7 @@
|
||||||
130.0 0
|
130.0 0
|
||||||
</tableData>
|
</tableData>
|
||||||
</table>
|
</table>
|
||||||
</function>
|
</scheduled_gain>
|
||||||
</fcs_function>
|
|
||||||
|
|
||||||
<pure_gain name="hydraulics/tiller/fmgc-cmd-deg">
|
|
||||||
<input>fbw/fmgc/yaw-cmd</input>
|
|
||||||
<gain>hydraulics/tiller/fmgc-cmd-gain</gain>
|
|
||||||
</pure_gain>
|
|
||||||
|
|
||||||
<switch name="hydraulics/tiller/rudder-cmd-input">
|
<switch name="hydraulics/tiller/rudder-cmd-input">
|
||||||
<default value="/controls/flight/rudder"/>
|
<default value="/controls/flight/rudder"/>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
35
|
36
|
Loading…
Reference in a new issue