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

This commit is contained in:
Robin Müller 2022-05-12 20:47:19 +02:00
parent ac34bcbb3d
commit da4d3e4891
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ list yields a list of all related PRs for each release.
## Added
- Adds `HealthIF` to heaters. Heaters are own system object with queues now which allows to set them faulty.
- SW will attempt to shut down heaters which are on but marked faulty
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/236
- Some simplifications for `HeaterHandler`, use `std::vector` instead of `std::unordered_map` for primary container. Using the heater indexes 0 to 7 allows to use natural array indexing
- Some additional input sanity checks in `executeAction`
- `RwAssembly` added to system components. Assembly works in principle,