Provide pre-defined rotation values #483

Closed
opened 2026-04-05 17:53:03 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @deiteris on 11/7/2021

Provide pre-defined values to reduce possible mistakes caused by user input. The change is backward compatible with custom values and names of defines assume clockwise rotation.

Rationale:

  1. There were several issues caused by accidental division by zero, modification of wrong values and etc.
  2. Such values are easier to invert with - in case IMU is facing towards the user and also allows to invert sign of zero value.
*Originally created by @deiteris on 11/7/2021* Provide pre-defined values to reduce possible mistakes caused by user input. The change is backward compatible with custom values and names of defines assume clockwise rotation. Rationale: 1. There were several issues caused by accidental division by zero, modification of wrong values and etc. 2. Such values are easier to invert with `-` in case IMU is facing towards the user and also allows to invert sign of zero value.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#483