changelog
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Marius Eggert 2024-02-27 16:28:42 +01:00
parent 97a54c6691
commit 8749e4cf6e
1 changed files with 7 additions and 0 deletions

View File

@ -16,8 +16,14 @@ will consitute of a breaking change warranting a new major release:
# [unreleased]
- Bumped `eive-tmtc` to
- Bumped `eive-fsfw`
## Added
- Added new action command to update the standard deviations within the `MEKF` from the
`AcsParameters`.
## Fixed
- PLOC SUPV sets: Added missing `PoolReadGuard` instantiations when reading boot status report
@ -28,6 +34,7 @@ will consitute of a breaking change warranting a new major release:
- The `PTG_CTRL_NO_ATTITUDE_INFORMATION` will now actually trigger a fallback into safe mode
and is triggered by the `AcsController` now.
- Fixed a corner case, in which an invalid speed command could be sent to the `RwHandler`.
- Fixed bugs within the `MEKF` and simplified the code.
## Changed