feat: UWB-IMU EKF fusion for robust indoor localization (Issue #573) #581
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-uwb/issue-573-uwb-imu-fusion"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
EKF sensor fusion of UWB position (10 Hz) + IMU accel/gyro (200 Hz) for SaltyBot indoor localization with dropout resilience.
Package:
saltybot_uwb_imu_fusionState vector:
[x, y, θ, vx, vy, ω](6-DOF ground robot)ekf_math.py — pure math, no ROS2 deps:
ekf_node.py — ROS2:
14/14 unit tests passing
Closes #573