mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 04:20:35 +08:00
legacy EKF: Use correct constants
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user