mekfViolationTimer as parameter
Some checks are pending
EIVE/eive-obsw/pipeline/head Build queued...

This commit is contained in:
2023-03-14 13:15:48 +01:00
parent b4b6363337
commit 3a56297a83
3 changed files with 5 additions and 1 deletions

View File

@ -18,6 +18,7 @@ class AcsParameters : public HasParametersIF {
struct OnBoardParams {
double sampleTime = 0.4; // [s]
uint16_t mekfViolationTimer = 750;
} onBoardParams;
struct InertiaEIVE {