You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The quaternion I get from Hololens is in the left-handed coordinate system with its y-axis pointing upwards. But on the PC, when converting the quaternion to rotation matrix, it still use scipy.spatial.transform functionality, which is designed for right-handed frame.
The text was updated successfully, but these errors were encountered:
Describe the bug
The quaternion I get from Hololens is in the left-handed coordinate system with its y-axis pointing upwards. But on the PC, when converting the quaternion to rotation matrix, it still use scipy.spatial.transform functionality, which is designed for right-handed frame.
The text was updated successfully, but these errors were encountered: