no bugs to see here, please move on
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-20 11:36:44 +02:00
parent 0d501e5064
commit b26600ac64
2 changed files with 3 additions and 4 deletions

View File

@ -17,11 +17,10 @@ class FusedRotationEstimation {
protected:
private:
double constexpr ZERO_VEC[3] = {0, 0, 0};
static constexpr double ZERO_VEC[3] = {0, 0, 0};
AcsParameters *acsParameters;
double rotRateOldB[3] = {0, 0, 0};
// double fusedRateOldB[3] = {0, 0, 0};
void estimateFusedRotationRateEclipse(acsctrl::GyrDataProcessed *gyrDataProcessed,
acsctrl::FusedRotRateData *fusedRotRateData);