An open API service indexing awesome lists of open source software.

https://github.com/koide3/pykalman_test

A simple UKF demo using pykalman
https://github.com/koide3/pykalman_test

demo example python ukf unscented-kalman-filter

Last synced: 10 months ago
JSON representation

A simple UKF demo using pykalman

Awesome Lists containing this project

README

          

## A UKF demo program using pykalman

A simple UKF demo program which estimates a target's position from observations of range sensors. It utilizes pykalman to perform the non-linear state estimation.

![ukf.gif](ukf.gif "ukf.gif")