https://github.com/ehong-tl/pytinyekf
TinyEKF for micropython/python
https://github.com/ehong-tl/pytinyekf
ekf extended-kalman-filter micropython python
Last synced: about 1 year ago
JSON representation
TinyEKF for micropython/python
- Host: GitHub
- URL: https://github.com/ehong-tl/pytinyekf
- Owner: ehong-tl
- Created: 2018-10-11T09:37:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T04:30:28.000Z (over 7 years ago)
- Last Synced: 2025-04-02T22:33:13.850Z (about 1 year ago)
- Topics: ekf, extended-kalman-filter, micropython, python
- Language: Python
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyTinyEKF
Python version of TinyEKF.
Can be used on micropython MCU, no extra libraries are needed.
# Reference
1. [TinyEKF](https://github.com/simondlevy/TinyEKF)