What makes a practical C++ Kalman filter?

This page summarizes the projects mentioned and recommended in the original post on /r/ControlTheory

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Kalman

    Kalman Filter (by FrancoisCarouge)

  • I'm a computer engineer with a long lost basic electrical and control theory engineering background. I needed a C++ Kalman filter library. Looking around I found many implementations for simple specific practical problems, some published papers for larger and complex problems, but few generalized libraries in modern C++. So I made one for the classical filter form.

  • pyEKF

    port of priseborough/InertialNav to sympy

  • Here is an example of a derivation of an inertial navigation EKF in sympy: https://github.com/jschall/pyEKF

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • InertialNav

    Inertial Navigation Filter

  • and in Matlab: https://github.com/priseborough/inertialnav

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts