mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
AP_NavEKF3: Initialise tiltErrorVariance class variable
This commit is contained in:
parent
43386a8eea
commit
f2af2b3458
@ -288,6 +288,7 @@ void NavEKF3_core::InitialiseVariables()
|
|||||||
baroHgtOffset = 0.0f;
|
baroHgtOffset = 0.0f;
|
||||||
yawResetAngle = 0.0f;
|
yawResetAngle = 0.0f;
|
||||||
lastYawReset_ms = 0;
|
lastYawReset_ms = 0;
|
||||||
|
tiltErrorVariance = sq(M_2PI);
|
||||||
tiltAlignComplete = false;
|
tiltAlignComplete = false;
|
||||||
yawAlignComplete = false;
|
yawAlignComplete = false;
|
||||||
have_table_earth_field = false;
|
have_table_earth_field = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user