docs: clarify that body tracking requires Pico 4 Ultra Enterprise#804
Conversation
PICO only exposes WebXR body tracking on the Pico 4 Ultra Enterprise; the consumer Pico 4 Ultra cannot stream body tracking data even with Motion Trackers paired. The docs only hinted at this via an '(Enterprise enabled)' note on the browser version, which readers missed (NVIDIA#789). - ecosystem: lead the Pico Motion Tracker notes with the Enterprise headset requirement and link the Enterprise product page - body_tracking: state the Enterprise requirement up front in an 'important' admonition and add a troubleshooting entry for the consumer edition Fixes NVIDIA#789 Signed-off-by: Jiwen Cai <jiwenc@nvidia.com>
|
📝 Docs preview is not auto-deployed for fork PRs. A maintainer with write access to |
📝 WalkthroughWalkthroughThe documentation now specifies that body tracking requires a PICO 4 Ultra Enterprise headset, supported PICO Browser software, and paired PICO Motion Trackers. It explicitly states that the consumer PICO 4 Ultra does not grant the Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
yanziz-nvidia
left a comment
There was a problem hiding this comment.
I think wording is a bit strong. e.g. you can ask user to contact PICO to activate enterprise on consumer devices.
Consumer devices are not a dead end: PICO can activate enterprise features on them, via the 'Activate enterprise account' option in the headset settings. Soften the wording accordingly instead of stating body tracking is impossible on consumer devices. Signed-off-by: Jiwen Cai <jiwenc@nvidia.com>
Fixes #789
PICO ships WebXR body tracking as an enterprise feature: it works out of the box on the Pico 4 Ultra Enterprise, while a consumer Pico 4 Ultra does not grant the
body-trackingWebXR feature by default — even with Motion Trackers paired. Consumer devices can gain it through enterprise activation (contact PICO, then Activate enterprise account in the headset settings). Our docs only hinted at this via a(Enterprise enabled)parenthetical on the browser-version requirement, which the reporter of #789 (reasonably) missed.Changes
overview/ecosystem.rst(the page linked from the issue)(Enterprise enabled)parenthetical is gone.device/body_tracking.rstimportantadmonition at the top of the page stating the enterprise-feature requirement and the activation path for consumer devices.Docs build clean with Sphinx (no new warnings); the Enterprise product page URL was verified live.