Skip to content
#

unscented-kalman-filter

Here are 159 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

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
LowLevelParticleFilters.jl

Harness the power of GPU acceleration for fusing visual odometry and IMU data with an advanced Unscented Kalman Filter (UKF) implementation. Developed in C++ and utilizing CUDA, cuBLAS, and cuSOLVER, this system offers unparalleled real-time performance in state and covariance estimation for robotics and autonomous system applications.

  • Updated Mar 21, 2024
  • Cuda

Underwater Object Tracking using SONAR and Unscented Kalman Filter is a simulation aimed at modeling an underwater object tracking scenario using SONAR and the Unscented Kalman Filter (UKF). The project utilizes the Phased Array Toolbox in MATLAB to implement the SONAR equations in real-time.

  • Updated Jul 27, 2023
  • MATLAB

Improve this page

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

Learn more