AP_NavEKF3: minor format fix

This commit is contained in:
Randy Mackay 2020-08-21 16:44:41 +09:00
parent abab203b32
commit 7398529f6b

View File

@ -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