Releases: JuliaManifolds/GeometricKalman.jl
Releases · JuliaManifolds/GeometricKalman.jl
v0.1.0
GeometricKalman v0.1.0
- 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).