Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] unreleased
- Initial release. Contains:
discrete_kalman_filter_manifoldfor constructing Kalman filters whose state is represented byKalmanStatewith basicpredict!andupdate!operations defined on it.- A set of propagation and update rules:
EKFPropagator,EKFUpdater,UnscentedPropagatorandUnscentedUpdater. - Basic covariance estimation algorithms:
CovarianceMatchingMeasurementCovarianceAdapter,CovarianceMatchingProcessCovarianceAdapter. - Two examples (
gen_car_data,gen_car_sphere_data).