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
The tracking in OpenVR still uses the old tracking data where for Vive wands we aren't getting info which wand represents the left hand and which the right hand. As a result it is first come, first serve.
All the buttons now use the action based system where we bind our buttons on our left and right hand and we thus get what OpenVR has deemed to be the left and right wands as inputs. If OpenVR thinks a wand is in the left hand, and we think its the right hand, the buttons actions and tracking will be swapped.
It is really weird OpenVR doesn't actually provide hand info when the tracker is added.
We can solve this in two ways
change the tracking over to also use the action system, but that means ARVRController will only support the left and right hands and OpenVRPose needs to be used for any additional trackers
we check what actions the trackers are bound to and try and figure out that way which controller OpenVR has deemed left or right.
The workaround for now is to use OpenVRPose.
The text was updated successfully, but these errors were encountered:
The tracking in OpenVR still uses the old tracking data where for Vive wands we aren't getting info which wand represents the left hand and which the right hand. As a result it is first come, first serve.
All the buttons now use the action based system where we bind our buttons on our left and right hand and we thus get what OpenVR has deemed to be the left and right wands as inputs. If OpenVR thinks a wand is in the left hand, and we think its the right hand, the buttons actions and tracking will be swapped.
It is really weird OpenVR doesn't actually provide hand info when the tracker is added.
We can solve this in two ways
The workaround for now is to use OpenVRPose.
The text was updated successfully, but these errors were encountered: