SUS Total Vector Eclipse Fix #684

Merged
muellerr merged 5 commits from sus-tot-reset-fix into main 2023-06-16 18:28:54 +02:00
Showing only changes of commit e130d45f0b - Show all commits

View File

@ -24,7 +24,7 @@ class SensorProcessing {
const AcsParameters *acsParameters); // Will call protected functions
private:
static constexpr float ZERO_VEC_F[3] = {0, 0, 0};
static constexpr float ZERO_VEC_D[3] = {0, 0, 0};
static constexpr double ZERO_VEC_D[3] = {0, 0, 0};

I guess this should be a double?

I guess this should be a double?

fixed

fixed
protected:
// short description needed for every function