Control: Fix FBW Pitch bug on rotating causing slight jerk

This commit is contained in:
Joshua Davidson 2018-08-03 23:03:17 -04:00
parent 11f8857825
commit 43750594a2
2 changed files with 5 additions and 9 deletions

View file

@ -80,11 +80,9 @@
<function>
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">fbw/roll/gain-switch</independentVar>
<tableData>
0 1
0.2 -26.2 0.0
0.9 -15.5 0.0
0.2 -26.2
0.9 -15.5
</tableData>
</table>
</function>
@ -122,11 +120,9 @@
<function>
<table>
<independentVar lookup="row">velocities/mach</independentVar>
<independentVar lookup="column">fbw/pitch/gain-switch</independentVar>
<tableData>
0 1
0.2 28 0
0.9 23 0
0.2 28
0.9 23
</tableData>
</table>
</function>

View file

@ -1 +1 @@
4617
4618