enableAntistiction must not be optional as it prevents the ACS ctrl from sending invalid speed cmds
This commit is contained in:
@ -863,7 +863,6 @@ class AcsParameters : public HasParametersIF {
|
||||
double desatMomentumRef[3] = {0, 0, 0};
|
||||
double deSatGainFactor = 1000;
|
||||
uint8_t desatOn = true;
|
||||
uint8_t enableAntiStiction = true;
|
||||
uint8_t useMekf = false;
|
||||
} pointingLawParameters;
|
||||
|
||||
|
Reference in New Issue
Block a user