a new dataset a day keeps the doctor away
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-20 09:32:48 +02:00
parent 800e29bcb9
commit d90fd07ba3
4 changed files with 34 additions and 3 deletions

View File

@ -15,7 +15,7 @@ void FusedRotationEstimation::estimateFusedRotationRateSafe(
}
if (not sunValid) {
estimateFusedRotationRateEclipse(rotRateValid, rotRateB, fusedRateB, fusedRateParallelB,
fusedRateOrthogonalB); // ToDo
fusedRateOrthogonalB);
return;
}