SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
677 stars 176 forks source link

Reset upper chest tracker #1134

Closed Erimelowo closed 3 months ago

Erimelowo commented 3 months ago

One of my PR made it so only trackers assigned in skeleton reset but existing code didn't account for the upper chest tracker.

We can also go back to resetting every trackers, but we have conditions such as checking if the tracker is on the head, feet, or arms, that require it to be assigned in the skeleton in some way so the user would have to re-reset anyways.

Keeping it like that may be less confusing as tracking will either be 100% broken or working fine; no in-between.