keep going people, nothing to see here
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
This commit is contained in:
parent
b26600ac64
commit
5f481fd4d0
@ -9,9 +9,9 @@ void FusedRotationEstimation::estimateFusedRotationRateSafe(
|
||||
acsctrl::GyrDataProcessed *gyrDataProcessed, acsctrl::FusedRotRateData *fusedRotRateData) {
|
||||
if ((not mgmDataProcessed->mgmVecTot.isValid()) or
|
||||
(not susDataProcessed->susVecTot.isValid() and
|
||||
VectorOperations<double>::norm(fusedRotRateData->rotRateTotal.value, 3)) == 0 or
|
||||
((VectorOperations<double>::norm(susDataProcessed->susVecTotDerivative.value, 3) == 0 and
|
||||
VectorOperations<double>::norm(mgmDataProcessed->mgmVecTotDerivative.value, 3) == 0))) {
|
||||
not fusedRotRateData->rotRateTotal.isValid()) or
|
||||
(not susDataProcessed->susVecTotDerivative.isValid() and
|
||||
not mgmDataProcessed->mgmVecTotDerivative.isValid())) {
|
||||
{
|
||||
PoolReadGuard pg(fusedRotRateData);
|
||||
std::memcpy(fusedRotRateData->rotRateOrthogonal.value, ZERO_VEC, 3 * sizeof(double));
|
||||
|
Loading…
Reference in New Issue
Block a user