legacy EKF: Use correct constants

This commit is contained in:
Lorenz Meier 2017-08-01 12:45:44 +02:00
parent 576ad4b521
commit 340432e2cf
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ AttPosEKF::AttPosEKF() :
varInnovRng(0.0f),
VtasMeas(0.0f),
magDeclination(0.0f),
latRef(0.0f),
lonRef(-M_PI_F),
latRef(0.0),
lonRef(-M_PI),
hgtRef(0.0f),
refSet(false),
covSkipCount(0),