mherb/kalman
Header-only C++11 Kalman Filtering Library (EKF, UKF) based on Eigen3 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4030
- days_rel: n/a
- days_push: 1105
- n_releases_24m: 0
Adoption not part of the score
1502 stars · 415 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A header-only C++11 library implementing Kalman filter variants (EKF, SR-EKF, UKF, SR-UKF) built on the Eigen3 linear algebra library. Users define state, control, system, and measurement models as C++ types to perform state estimation.
Use cases
- estimate robot state from noisy sensor measurements
- implement an extended Kalman filter in C++
- fuse sensor data with an unscented Kalman filter
- add state estimation to an embedded C++ project
- implement square-root Kalman filters for numerical stability
- track object positions with sensor fusion
When to choose
- you need Kalman filtering in a C++11 or later project
- you want a header-only dependency with no build step
- you need EKF or UKF variants including square-root forms
- you already use Eigen3 for linear algebra
When to avoid
- you work in Python or another language
- you need particle filters or other Bayesian estimators
- you want a batteries-included robotics framework with sensor drivers
- you need GPU-accelerated filtering for very large state vectors
Facets
library · maturity stable
math simulation robotics developer-tools cpp cross-platform kalman-filter state-estimation ekf ukf header-only eigen3 sensor-fusion algorithms
1 source
- readme: https://github.com/mherb/kalman · fetched 2026-08-28 · 10a90b3aca4a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mherb/kalman | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem