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

View file

@ -1 +1 @@
4618 4617