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_manifold
for constructing Kalman filters whose state is represented byKalmanState
with basicpredict!
andupdate!
operations defined on it.- A set of propagation and update rules:
EKFPropagator
,EKFUpdater
,UnscentedPropagator
andUnscentedUpdater
. - Basic covariance estimation algorithms:
CovarianceMatchingMeasurementCovarianceAdapter
,CovarianceMatchingProcessCovarianceAdapter
. - Two examples (
gen_car_data
,gen_car_sphere_data
).