Skip to content
#

kalman-filters

Here are 12 public repositories matching this topic...

High-performance C++26 Kalman filtering toolkit for estimation and sensor fusion. It provides clean, policy-based implementations of Linear (LKF), Extended (EKF), and Unscented (UKF) Kalman filters with a focus on numerical stability, zero-overhead abstractions, and flexible linear-algebra backends.

  • Updated Jan 27, 2026
  • C++

Educational C++ demo for 3D navigation simulation with square-root Unscented Kalman Filter (SRUKF) estimation, US Standard Atmosphere 1976 model, PCM thermal management, Mach-dependent drag, Coriolis effect, and spherical Earth approximation. For learning Eigen, UKF, and basic inertial navigation principles only — not for real applications.

  • Updated Mar 21, 2026
  • C++

Improve this page

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

Learn more