Enable MEKF for PTG as Default #888

Merged
meggert merged 4 commits from enable-mekf into main 2024-04-09 14:45:11 +02:00
Showing only changes of commit a46f6f34d6 - Show all commits

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 {