openvr
openvr copied to clipboard
Add Tracker with custom role
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?
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.