TinyEKF
Sensor filter library
An Extended Kalman Filter implementation in C/C++ and Python for prototyping sensor fusion applications.
Lightweight C/C++ Extended Kalman Filter with Python for prototyping
1k stars
60 watching
333 forks
Language: Python
last commit: 6 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
simondlevy/sensorfusion | An implementation of sensor fusion using Kalman filter in MATLAB | 156 |
eea-sensors/ekfukf | A toolbox for building state estimation algorithms using Kalman filters and smoothers. | 100 |
awerries/kalman-localization | A MATLAB implementation of a Kalman filter-based localization system for sensor fusion of GPS/INS/compass data | 91 |
mherb/kalman | A C++ library implementing common Kalman filter variants for state estimation in nonlinear systems | 1,320 |
mp-extras/vl53l5cx | A Python library providing an interface to a VL53L5CX TOF sensor for MicroPython and CircuitPython | 13 |
smrtokvitek/micropython-si7005 | A Python implementation of a temperature and humidity sensor class for use in embedded systems | 1 |
crdietrich/meerkat | A framework for acquiring and processing data from sensors connected to Raspberry Pi or MicroPython devices. | 8 |
jeljaik/extended-kalman-filter | An implementation of an extended Kalman filter for estimating dynamic quantities in a single rigid body from distributed measurements. | 38 |
kfricke/micropython-us100 | A driver library for interacting with the US-100 sonar distance sensor using Python on microcontrollers | 3 |
mores/themissinglink | Provides a microPython library to interface with an ultrasonic ranger sensor | 0 |
tuc-proaut/librsf | Provides robust sensor fusion capabilities for online localization | 307 |
philbooks/kalman-filter-for-beginners | A sample code implementation of the Kalman filter algorithm in MATLAB/Octave | 126 |
csalinasonline/kalmanmatlabcode | Provides MATLAB implementations of the Kalman filter algorithm and its applications in signal processing | 68 |
guillaume-chevalier/filtering-stft-and-laplace-transform | Demonstrates signal filtering and spectral analysis with Fourier transforms | 66 |
peterhinch/micropython-filters | Digital filter implementation in MicroPython for real-time and non-realtime applications | 64 |