Initial IMU EKF project

This commit is contained in:
2026-06-16 18:22:26 +08:00
commit 97cd9a56c6
9 changed files with 1946 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[project]
name = "imu"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"allantools>=2024.6",
"numpy>=2.4.6",
]