After running the getting started code, the x, y, z coordinates in data are all 0s ```python v = vr.triad_openvr() data = v.devices["controller_1"].sample(1000,250) print(data.x) print(data.y) print(data.z) ```
After running the getting started code, the x, y, z coordinates in data are all 0s