AP_NavEKF3: minor format fix
This commit is contained in:
parent
abab203b32
commit
7398529f6b
@ -328,7 +328,7 @@ void NavEKF3_core::setAidingMode()
|
||||
// Reset the normalised innovation to avoid false failing bad fusion tests
|
||||
velTestRatio = 0.0f;
|
||||
posTestRatio = 0.0f;
|
||||
// store the current position to be used to keep reporting the last known position
|
||||
// store the current position to be used to keep reporting the last known position
|
||||
lastKnownPositionNE.x = stateStruct.position.x;
|
||||
lastKnownPositionNE.y = stateStruct.position.y;
|
||||
// initialise filtered altitude used to provide a takeoff reference to current baro on disarm
|
||||
|
Loading…
Reference in New Issue
Block a user