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

feat: Pico Motion Trackers body tracking support #2674

Merged
merged 7 commits into from
Feb 1, 2025

Conversation

curoviyxru
Copy link
Contributor

Resolves #2072. Tested with two PMT on Pico OS 5.12.0S.

@curoviyxru curoviyxru requested review from zmerp January 30, 2025 21:56
alvr/client_openxr/src/interaction.rs Outdated Show resolved Hide resolved
alvr/client_openxr/src/stream.rs Outdated Show resolved Hide resolved
@zmerp
Copy link
Member

zmerp commented Jan 31, 2025

LGTM, it just needs a rebase

Copy link
Member

@zmerp zmerp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that for lobby_interaction_sources (in client_openxr lib.rs) you can add body tracking source for Pico, otherwise you did all the work of adding lobby support for nothing. the reason why we have body tracking for Meta for lobby and then don't use it is because that was the outcome of some refactoring. Before we just exposed to the lobby whatever inputs were active in the last stream session, but then we switched to have a separate and constant input set for lobby. Since multimodal and body tracking are in conflict on Meta, I chose to expose multimodal instead of body tracking. For pico there is no such conflict (also because Pico doesn't support multimodal)

@curoviyxru curoviyxru requested a review from zmerp February 1, 2025 13:01
alvr/client_openxr/src/lib.rs Outdated Show resolved Hide resolved
@zmerp zmerp merged commit 48ac3ea into alvr-org:master Feb 1, 2025
8 checks passed
@curoviyxru curoviyxru deleted the pmt-body-tracking branch February 2, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[suggest] Pico’s tracker support
2 participants