hyblocker / OpenVR-SpaceCalibrator

Use tracked VR devices from one company with any other.
Other
127 stars 8 forks source link

Ignore trackers with poor tracking #15

Open hyblocker opened 2 weeks ago

hyblocker commented 2 weeks ago

Currently, Space Calibrator naiively adds any pose from a tracker into a sample unless it's not tracking at all or the device is turned off. This fails as sometimes, in the case of lighthouse tracked devices:

While these improvements focus primarily on ligthouse tracked devices, they should also be beneficial for all forms of tracking.

Goal: Allow spacecal to detect when a device has jittery tracking or is drifting. We can use the sample window as a buffer to check in.

hyblocker commented 1 week ago

3e7eaa5 partially addresses this.