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

This commit is contained in:
Marius Eggert 2024-02-27 16:28:42 +01:00
parent 97a54c6691
commit 8749e4cf6e

View File

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