Jump to content

[Bug] SteamVR/OpenXR Suggested Bindings not working for ViveTracker Menu button (Naming mismatch)


PascalOtto

Recommended Posts

Yeah `/input/grip/click` is not correctly mapepd to `/user/shoulder/right/input/grip`. I guess in OpenXR `/input/grip` is for pose (tracker location), but in Vive tracker `/input/grip` is for the third pin.

...
	    {
               "inputs" : {
                  "click" : {
                     "output" : "/actions/ue4/in/vive-tracker-squeeze-tracker_shoulder_right"
                  }
               },
               "mode" : "button",
               "path" : "/user/shoulder/right/input/grip"
            },
...

Good to know that the menu button is fixed!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...