openvr icon indicating copy to clipboard operation
openvr copied to clipboard

Add Tracker with custom role

Open pos06083 opened this issue 2 years ago • 1 comments

I build openvr driver and add TrackedDevice as TrackedDeviceClass_GenericTracker. After adding it, I want to assign the role of this tracker to the Custom role in SteamVR. A binding file was also created, but the role added in Manage Tracker in SteamVR Setting does not appear. Is there any way to add it?

pos06083 avatar Aug 01 '23 09:08 pos06083

See https://github.com/ValveSoftware/openvr/blob/master/docs/Driver_API_Documentation.md#trackers-full-body-tracking

You'll need to update the steamvr.vrsettings through IVRSettings to set the role of your tracker.

danwillm avatar Aug 05 '23 18:08 danwillm