Merge branch 'main' into improve-dev-fdir
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2024-04-09 17:36:37 +02:00
commit 5a7df626ab
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ will consitute of a breaking change warranting a new major release:
## Changed
- Reverted lower OP limit of `PLOC` to -10°C.
- All pointing laws are now allowed to use the `MEKF` per default.
# [v7.7.4] 2024-03-21

View File

@ -866,7 +866,7 @@ class AcsParameters : public HasParametersIF {
double desatMomentumRef[3] = {0, 0, 0};
double deSatGainFactor = 1000;
uint8_t desatOn = true;
uint8_t useMekf = false;
uint8_t useMekf = true;
} pointingLawParameters;
struct IdleModeControllerParameters : PointingLawParameters {