Skip to content

lkruse/UnscentedParticleFilter

Repository files navigation

An implementation of the unscented particle filter, as presented in Van Der Merwe, R., Doucet, A., De Freitas, N., & Wan, E. (2000). The Unscented Particle Filter. Advances in Neural Information Processing Systems, 13. The UPF algorithm uses an unscented Kalman filter to generate the importance proposal distributions for the particle set. The UKF allows the particle filter to incorporate the latest observation in the update routine.

The UPF algorithm is tested on two state estimation tasks: a synthetic scalar estimation task and a nonholonomic robotic motion estimation task. Each experiment can be run in its corresponding notebook.

The UKF code is inspired by the code in Chapter 19 of Kochenderfer, M. J., Wheeler, T. A., & Wray, K. H. (2022). Algorithms for Decision Making. MIT Press.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published