Skip to content
#

kalman-filter

Here are 1,127 public repositories matching this topic...

This is an open source Kalman filter C++ library based on Eigen3 library for matrix operations. The library has generic template based classes for most of Kalman filter variants including: (1) Kalman Filter, (2) Extended Kalman Filter, (3) Unscented Kalman Filter, and (4) Square-root UKF..

  • Updated Jul 2, 2024
  • Jupyter Notebook

A generic library for linear and non-linear Gaussian smoothing problems. The code leverages JAX and implements several linearization algorithms, both in a sequential and parallel fashion, as well as efficient gradient rules for computing gradients of required quantities (such as the pseudo-loglikelihood of the system).

  • Updated Jul 1, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the kalman-filter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kalman-filter topic, visit your repo's landing page and select "manage topics."

Learn more