From 7ddfdc0978e17a68bf193f594444ece6fb6d9465 Mon Sep 17 00:00:00 2001 From: meggert Date: Wed, 15 Mar 2023 09:38:31 +0100 Subject: [PATCH] post merge fix --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d138a93..18177c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ will consitute of a breaking change warranting a new major release: # [unreleased] +## Added + +- Added NaN and Inf check for the `MEKF`. If these are detected, the `AcsController` will reset + the `MEKF` on its own once. This way, there will not be an event spam and operators will have + to look into the reason of wrong outputs. To restore the reset ability, an action command has + been added. + # [v1.37.2] 2023-03-14 - Changed `PoolManager` bugfix implementation in the FSFW. @@ -32,10 +39,6 @@ eive-tmtc: v2.19.1 - Added `EXECUTE_SHELL_CMD` action command for `CoreController` to execute arbitrary Linux commands. - Add `PcduHandlerDummy` component. - Added parameter for timeout until `MEKF_INVALID_MODE_VIOLATION` event is triggered. -- Added NaN and Inf check for the `MEKF`. If these are detected, the `AcsController` will reset - the `MEKF` on its own once. This way, there will not be an event spam and operators will have - to look into the reason of wrong outputs. To restore the reset ability, an action command has - been added. ## Fixed