AP_NavEKF3: Initialise tiltErrorVariance class variable

This commit is contained in:
Paul Riseborough 2020-10-25 20:59:27 +11:00 committed by Andrew Tridgell
parent 43386a8eea
commit f2af2b3458

View File

@ -288,6 +288,7 @@ void NavEKF3_core::InitialiseVariables()
baroHgtOffset = 0.0f;
yawResetAngle = 0.0f;
lastYawReset_ms = 0;
tiltErrorVariance = sq(M_2PI);
tiltAlignComplete = false;
yawAlignComplete = false;
have_table_earth_field = false;