Revert "Control: Fix FBW Pitch bug on rotating causing slight jerk"
This reverts commit 43750594a2
.
This commit is contained in:
parent
43750594a2
commit
571494358b
2 changed files with 9 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4618
|
||||
4617
|
Reference in a new issue