post merge fix
This commit is contained in:
parent
bb895c9e12
commit
7ddfdc0978
11
CHANGELOG.md
11
CHANGELOG.md
@ -16,6 +16,13 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
|
|
||||||
# [unreleased]
|
# [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
|
# [v1.37.2] 2023-03-14
|
||||||
|
|
||||||
- Changed `PoolManager` bugfix implementation in the FSFW.
|
- 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.
|
- Added `EXECUTE_SHELL_CMD` action command for `CoreController` to execute arbitrary Linux commands.
|
||||||
- Add `PcduHandlerDummy` component.
|
- Add `PcduHandlerDummy` component.
|
||||||
- Added parameter for timeout until `MEKF_INVALID_MODE_VIOLATION` event is triggered.
|
- 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
|
## Fixed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user