-
-
Notifications
You must be signed in to change notification settings - Fork 376
Make acceleration axises consistent #397
Copy link
Copy link
Open
Labels
Area: IMU SupportSupporting new IMUs or improving existing supportSupporting new IMUs or improving existing supportArea: Sensor FusionRelated to sensor fusion algorithmsRelated to sensor fusion algorithmsPriority: LowLess important right nowLess important right now
Metadata
Metadata
Assignees
Labels
Area: IMU SupportSupporting new IMUs or improving existing supportSupporting new IMUs or improving existing supportArea: Sensor FusionRelated to sensor fusion algorithmsRelated to sensor fusion algorithmsPriority: LowLess important right nowLess important right now
There might be an issue that acceleration axises in packets sent are not matched with rotation axises SlimeVR/SlimeVR-Server#1014 (comment)
This should be true for all trackers, because the rotation is transformed, but not acceleration. But also some IMUs might behave differently and need to be ensured to send acceleration in the same coordinate frame as each other.
It's not a big deal right now, but it will make any future improvements to the system consistent and not stumble over this.