Skip to content
#

extended-kalman-filter

Here are 147 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
LowLevelParticleFilters.jl

Implementation of several popular Kalman filter nonlinear variants intended for robotics systems and vehicle state estimation, including Extended Kalman Filter, Unscented Kalman Filter, Error State EKF, Invariant EKF, Square Root EKF, Cubature KF.

  • Updated Jun 1, 2024
  • Python

Improve this page

Add a description, image, and links to the extended-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 extended-kalman-filter topic, visit your repo's landing page and select "manage topics."

Learn more