You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TrackerInterfaceC.h, there are versions of osvrDeviceTrackerSendPose, Position, and Orientation that don't require a timestamp but the other functions don't have a non-timestamped version.
One fix would be to enable passing nullptr to mean ("now") the same way the VRPN routines underneath do. Another would be to make the replicated functions without Timestamped in the name.