mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 06:28:32 -04:00
AP_NavEKF3: Fix initialisation of state inhibit flags
This commit is contained in:
parent
36e7dfb5f6
commit
0cba133a1e
@ -233,6 +233,8 @@ void NavEKF3_core::InitialiseVariables()
|
||||
manoeuvring = false;
|
||||
inhibitWindStates = true;
|
||||
inhibitMagStates = true;
|
||||
inhibitDelVelBiasStates = true;
|
||||
inhibitDelAngBiasStates = true;
|
||||
gndOffsetValid = false;
|
||||
validOrigin = false;
|
||||
takeoffExpectedSet_ms = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user