Skip to content

Releases: cornellev/cev_kalman_filter

More Models!

11 Dec 19:48
Compare
Choose a tag to compare

Added a Cartesian Model, restructured to allow easy configuration through vector<string>-based state component enabling.

Generalized EKF

08 Dec 07:31
Compare
Choose a tag to compare

Library supports creating any type of model and sensor that fits the bounds of the 18-state defined in include/estimator.h. Sensors and Models both have the ability to update other models with their output estimates.

Ackermann EKF Model

08 Dec 08:02
Compare
Choose a tag to compare

Added a new standard model: AckermannFilter. This models a basic Ackermann/Bicycle system for the EKF update step.