1
0
Fork 0

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:
curt 2003-02-04 17:23:21 +00:00
parent fed01db83a
commit 8228afdbac

View file

@ -13,7 +13,8 @@
#define RESPONSIVENESS 0.25
TurnIndicator::TurnIndicator ()
TurnIndicator::TurnIndicator () :
_last_rate(0)
{
}