docs(ecosystem): note Meta Quest lacks full-body robot control support - #1067
docs(ecosystem): note Meta Quest lacks full-body robot control support#1067jsepulveda-nvidia wants to merge 3 commits into
Conversation
The Quest 2/3/3S entry only tracked head and hands, which does not cover full-body robot control. Point readers to the Body Tracking guide and equipment with Motion Trackers instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe device documentation now states that Meta Quest does not support full-body robot control. It links to the Body Tracking guide and recommends Motion Trackers for full-body teleoperation. Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized documentation update clarifies Meta Quest full-body robot-control limitations and links to the relevant guidance; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
Quest WebXR body tracking has no retargeting to the full body robot skeleton, so the dedicated "Limited Support" section overstated what's usable. Fold a corrected summary into the top-of-page note and remove the section instead of implying partial support. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reviewers asked to drop the added requirements entry on the Meta Quest device card and the follow-on sentence in the body tracking note. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
| skeleton is mapped to the PICO BD 24-joint layout in the current version, | ||
| and accuracy is lower since there are no physical trackers. See | ||
| `Quest Body Tracking (Limited Support)`_ for details. | ||
| tracking (IOBT), and the CloudXR client will stream it under the WebXR |
There was a problem hiding this comment.
this means a dependency to release next version right? Instead of pre-announcing this, I think we can decouple into two parts, one is to remove the things not supported (thus just remove here); and two we can add a new PR when next version is about to merge and release and then add this description.
Summary
Modified 2 major documentation pages available to the public:
https://nvidia.github.io/IsaacTeleop/main/overview/ecosystem.html
https://nvidia.github.io/IsaacTeleop/main/device/body_tracking.html
Test plan
Summary by CodeRabbit