sfwa / ukf

Unscented Kalman Filter library for state and parameter estimation
http://au.tono.my/log/20130531-kalman-filter.html
MIT License
461 stars 172 forks source link

Fix process noise covariance #37

Closed danieldyer closed 7 years ago

danieldyer commented 7 years ago

Previously, the measurement sigma points were generated from the state sigma point distribution before the process noise covariance had been add, leading to incorrect calculation of the covariance.