Control: Turn coordinator and yaw damper improved
This commit is contained in:
parent
de44699184
commit
e1d5253d8a
3 changed files with 18 additions and 13 deletions
|
@ -364,7 +364,7 @@
|
||||||
</menu>
|
</menu>
|
||||||
</default>
|
</default>
|
||||||
</menubar>
|
</menubar>
|
||||||
|
|
||||||
<!-- Multiplayer properties -->
|
<!-- Multiplayer properties -->
|
||||||
<multiplay>
|
<multiplay>
|
||||||
<generic>
|
<generic>
|
||||||
|
|
|
@ -175,9 +175,9 @@
|
||||||
<independentVar lookup="row">velocities/vc-kts</independentVar>
|
<independentVar lookup="row">velocities/vc-kts</independentVar>
|
||||||
<independentVar lookup="column">fbw/yaw/gain-switch</independentVar>
|
<independentVar lookup="column">fbw/yaw/gain-switch</independentVar>
|
||||||
<tableData>
|
<tableData>
|
||||||
0 1
|
0 1
|
||||||
140 13 0
|
140 3.0 0.0
|
||||||
350 5 0
|
350 1.5 0.0
|
||||||
</tableData>
|
</tableData>
|
||||||
</table>
|
</table>
|
||||||
</function>
|
</function>
|
||||||
|
@ -189,9 +189,9 @@
|
||||||
<independentVar lookup="row">velocities/vc-kts</independentVar>
|
<independentVar lookup="row">velocities/vc-kts</independentVar>
|
||||||
<independentVar lookup="column">fbw/yaw/gain-switch</independentVar>
|
<independentVar lookup="column">fbw/yaw/gain-switch</independentVar>
|
||||||
<tableData>
|
<tableData>
|
||||||
0 1
|
0 1
|
||||||
140 16 0
|
140 6.0 0.0
|
||||||
350 9 0
|
350 3.0 0.0
|
||||||
</tableData>
|
</tableData>
|
||||||
</table>
|
</table>
|
||||||
</function>
|
</function>
|
||||||
|
@ -1214,8 +1214,13 @@
|
||||||
</test>
|
</test>
|
||||||
</switch>
|
</switch>
|
||||||
|
|
||||||
|
<washout_filter name="fbw/yaw/r-washout">
|
||||||
|
<input>velocities/r-rad_sec</input>
|
||||||
|
<c1>0.5</c1>
|
||||||
|
</washout_filter>
|
||||||
|
|
||||||
<switch name="fbw/yaw/r-r_s-s">
|
<switch name="fbw/yaw/r-r_s-s">
|
||||||
<default value="velocities/r-rad_sec"/>
|
<default value="fbw/yaw/r-washout"/>
|
||||||
<test logic="OR" value="0">
|
<test logic="OR" value="0">
|
||||||
position/wow eq 1
|
position/wow eq 1
|
||||||
fbw/yaw/rudder-nul gt 0
|
fbw/yaw/rudder-nul gt 0
|
||||||
|
@ -1229,8 +1234,8 @@
|
||||||
<input>fbw/yaw/r-r_s-s</input>
|
<input>fbw/yaw/r-r_s-s</input>
|
||||||
<gain>fbw/yaw/yd-p-gain</gain>
|
<gain>fbw/yaw/yd-p-gain</gain>
|
||||||
<clipto>
|
<clipto>
|
||||||
<min>-0.1</min>
|
<min>-0.5</min>
|
||||||
<max>0.1</max>
|
<max>0.5</max>
|
||||||
</clipto>
|
</clipto>
|
||||||
</pure_gain>
|
</pure_gain>
|
||||||
|
|
||||||
|
@ -1249,8 +1254,8 @@
|
||||||
<ki>0.0</ki>
|
<ki>0.0</ki>
|
||||||
<kd>fbw/yaw/tc-d-gain</kd>
|
<kd>fbw/yaw/tc-d-gain</kd>
|
||||||
<clipto>
|
<clipto>
|
||||||
<min>-0.4</min>
|
<min>-0.2</min>
|
||||||
<max>0.4</max>
|
<max>0.2</max>
|
||||||
</clipto>
|
</clipto>
|
||||||
<output>fbw/yaw/tc-pd</output>
|
<output>fbw/yaw/tc-pd</output>
|
||||||
</pid>
|
</pid>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
4773
|
4774
|
Reference in a new issue