sunsided / minikalman-rs

Fixed- and floating-point Kalman filters for resource-constrained environments, written in Rust.
https://crates.io/crates/minikalman
MIT License
4 stars 1 forks source link

Model inputs like measurements #10

Closed sunsided closed 1 month ago

sunsided commented 1 month ago

At the moment the filter assumes there is either one or none input vector. It might be useful to rework inputs in the same way as measurements are treated, such that multiple arbitrary inputs can be applied, in any order.