This repo contains an application to stream VIVE trackers pose in yarp using OpenVR
BSD 2-Clause "Simplified" License
2
stars
1
forks
source link
Use GetDeviceToAbsoluteTrackingPose instead of GetControllerStateWithPose #8
Closed
S-Dafarra closed 2 years ago
GetControllerStateWithPose
is deprecated https://github.com/ValveSoftware/openvr/blob/4c85abcb7f7f1f02adaf3812018c99fc593bc341/headers/openvr.h#L2288, whileGetDeviceToAbsoluteTrackingPose
it seems to be possible to get all the device poses at once.