Skip to content
Snippets Groups Projects
Commit d846ad5d authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

sensors: move voting into sensors module

- voting is now at a central place instead of duplicated within the
  estimators
  -> this also means that estimators that did not do voting so far,
     now have voting, like ekf2
- estimators requiring more than that can still subscribe to the raw
  sensors
- allows sensors_combined to be 3 times smaller
  - reduces logger, memcpy (cache) & RAM overhead
- all modules requiring only 1 or 2 sensor values now automatically get
  the voted result
- this also adds voting to baro
parent c50d267b
No related branches found
No related tags found
No related merge requests found
Showing
with 132 additions and 344 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment