ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.12k stars 1.28k forks source link

Add Tracker with custom role #1757

Open pos06083 opened 1 year ago

pos06083 commented 1 year ago

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?

danwillm commented 1 year ago

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.