missing param
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-07-19 16:34:02 +02:00
parent beaacc251b
commit 800e29bcb9
2 changed files with 5 additions and 0 deletions

View File

@ -842,6 +842,8 @@ class AcsParameters : public HasParametersIF {
uint8_t useMekf = false;
uint8_t useGyr = false;
uint8_t dampingDuringEclipse = true;
float sineLimitSunRotRate = 0.24;
} safeModeControllerParameters;
struct PointingLawParameters {