SUS Ass B-Side as Nom #905

Merged
muellerr merged 3 commits from change-sus-ass-to-b-side into main 2024-06-20 10:55:50 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 90701a0723 - Show all commits

View File

@ -18,6 +18,7 @@ will consitute of a breaking change warranting a new major release:
## Changed
- STR quaternions are now used by the `MEKF` by default
- Changed nominal `SUS Assembly` side to `B Side`.
# [v8.1.1] 2024-06-05

View File

@ -949,7 +949,7 @@ class AcsParameters : public HasParametersIF {
double sensorNoiseGyrArw = 3. * 0.0043 / sqrt(10) * DEG2RAD; // Angular Random Walk
double sensorNoiseGyrBs = 3. / 3600. * DEG2RAD; // Bias Stability
uint8_t allowStr = false;
uint8_t allowStr = true;
} kalmanFilterParameters;
struct MagnetorquerParameter {