Periodically the turn coordinator is jammed all the way to one side.
Initialize _last_rate to 0 at start up to hopefully avoid this.
This commit is contained in:
parent
fed01db83a
commit
8228afdbac
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
#define RESPONSIVENESS 0.25
|
||||
|
||||
|
||||
TurnIndicator::TurnIndicator ()
|
||||
TurnIndicator::TurnIndicator () :
|
||||
_last_rate(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue