// if data is not healthy and timed out and position is unhealthy and we are using aiding, we reset the velocity, but do not fuse data on this time step
ResetVelocity();
fuseVelData=false;
// Reset the normalised innovation to avoid false failing the bad position fusion test
velTestRatio=0.0f;
// If we are doing full aiding and velocity fusion times out, reset to the GPS velocity
if(PV_AidingMode==AID_ABSOLUTE&&velTimeout){
// reset the velocity to the GPS velocity
ResetVelocity();
// don't fuse GPS velocity data on this time step
fuseVelData=false;
// Reset the normalised innovation to avoid failing the bad fusion tests
velTestRatio=0.0f;
}
}else{
// if data is unhealthy and position is healthy, we do not fuse it