mirror of https://github.com/ArduPilot/ardupilot
AP_NavEKF3: fixes for new compass API
This commit is contained in:
parent
17a45b2c44
commit
25b0a113d5
|
@ -406,9 +406,7 @@ void NavEKF3_core::InitialiseVariablesMag()
|
|||
mag_state.DCM.identity();
|
||||
inhibitMagStates = true;
|
||||
magStoreIndex = 0;
|
||||
if (_ahrs->get_compass()) {
|
||||
magSelectIndex = _ahrs->get_compass()->get_primary();
|
||||
}
|
||||
magSelectIndex = 0;
|
||||
lastMagOffsetsValid = false;
|
||||
magStateResetRequest = false;
|
||||
magStateInitComplete = false;
|
||||
|
|
Loading…
Reference in New Issue