att pos estimator: correctly initialize fusionModeGPS variable, this makes the system use gps again and hence fixes the huge drift problems

This commit is contained in:
Thomas Gubler
2014-06-15 14:46:30 +02:00
parent bd8b071875
commit 0700a4f6b8
@@ -14,6 +14,7 @@ AttPosEKF::AttPosEKF()
summedDelAng.zero();
summedDelVel.zero();
fusionModeGPS = 0;
fuseVelData = false;
fusePosData = false;
fuseHgtData = false;