Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set device as disconnected in SteamVR when the checkbox is unset #115

Closed
Eirenliel opened this issue Feb 3, 2022 · 2 comments · Fixed by #211
Closed

Set device as disconnected in SteamVR when the checkbox is unset #115

Eirenliel opened this issue Feb 3, 2022 · 2 comments · Fixed by #211

Comments

@Eirenliel
Copy link
Member

There is a way to tell SteamVR through driver that the device is disconnected. Idk if it will actually work in games, but we still should use it and notify driver and SteamVR about it when user, for example, unchecks Knees in steamvr config in server.

@Erimelowo
Copy link
Member

Erimelowo commented Jun 29, 2022

It should work in games. On top of that, we also should translate the tracker to (0, 0, 0). That way we can be sure that VRChat will completely ignore those trackers (it ignores trackers at the origin with IK 2.0).
edit: note that this is the standing universe. We currently work in the raw and uncalibrated universe.

@Erimelowo
Copy link
Member

Update: just marking it as disconnected appears to have the same behaviour as completely turning off a Vive tracker, so messing with position on top is completely useless as this is enough for games (like VRChat) to completely ignore the tracker once marked as disconnected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants