Oculus Quest 2: Getting the position of the controllers relative to the headset

Hi.

I want to be able to test the relative position of the Quest 2 controllers relative to the headset

I know I can get the position of controllers using

OVRInput.GetLocalControllerPosition(OVRInput.Controller.LTouch);```

but I don't know how to get the position of the headset. I have looked through the OVRInput class and can't find it there.

Is there a method that returns the relative position between the 2 perhaps?

i also wondering how to know get the position of the headset.

You can use Camera.main.transform.position for head position I think.