Revert "Control: Fix FBW Pitch bug on rotating causing slight jerk"

This reverts commit 43750594a2.
This commit is contained in:
Joshua Davidson 2018-08-03 23:10:24 -04:00
parent 43750594a2
commit 571494358b
2 changed files with 9 additions and 5 deletions

View file

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

View file

@ -1 +1 @@
4618
4617