mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
legacy EKF: Use correct constants
This commit is contained in:
parent
576ad4b521
commit
340432e2cf
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user