In this SteamVR panel, there are 2 drivers: the driver for the headset and the built-in driver for the Vive tracker.

The headset is simply a phone with gyroscope, so it doesn't have a position tracking solution. It only have rotation. I want to physically attach the Vive tracker to the headset and set the headset's position = the tracker's position + offset.
I have 2 solutions in mind:
- Access Vive tracker position and continuously set headset's position = tracker + offset.
- Write a driver for both headset and tracker to merge them together. This means only one icon will be shown in the SteamVR panel.
I prefer the 2nd solution to be working more. How do I achieve this?
How do I access the position of the tracker and then also disable it from appearing in the panel? (Which means no apps will be able to find the tracker anymore)
Any links/tutorials/resources would be appreciated. Thank you!
In this SteamVR panel, there are 2 drivers: the driver for the headset and the built-in driver for the Vive tracker.

The headset is simply a phone with gyroscope, so it doesn't have a position tracking solution. It only have rotation. I want to physically attach the Vive tracker to the headset and set the headset's position = the tracker's position + offset.
I have 2 solutions in mind:
I prefer the 2nd solution to be working more. How do I achieve this?
How do I access the position of the tracker and then also disable it from appearing in the panel? (Which means no apps will be able to find the tracker anymore)
Any links/tutorials/resources would be appreciated. Thank you!