From 914424bcb01cfef9b31c72d00365c26264ab4ad6 Mon Sep 17 00:00:00 2001 From: Bones Date: Mon, 13 May 2024 14:12:00 +0000 Subject: [PATCH] feat: experimental envision feature documentation --- content/docs/fossvr/envision/_index.md | 40 ++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/content/docs/fossvr/envision/_index.md b/content/docs/fossvr/envision/_index.md index 4b4883d..9d0d2bd 100644 --- a/content/docs/fossvr/envision/_index.md +++ b/content/docs/fossvr/envision/_index.md @@ -28,3 +28,43 @@ You can download the latest Appimage snapshot from [GitLab Pipelines](https://gi ## Room Setup If you're planning to use the SteamVR lighthouse driver (with Index or Vive HMDs, or other lighthouse tracked HMDs), you'll need to go through the SteamVR room setup. You can do that from SteamVR, directly from Envision or manually by running the appropriate scripts. More info in the [SteamVR page](/docs/steamvr). + +## Experimental feature settings + +The following resources can be entered into your envision profile repo and branch settings to enable early access to code before its fully upstream in monado itself. Simply edit your profile with these settings and rebuild to enable these feature sets. + +### Full body lighthouse tracking + +These patches enable fairly hacky full body support for steamvr_lh and survive drivers in monado. Both of these must be used in conjuction or your XR application will crash or hang. + +For the Envision xr service settings: + +Repo `https://gitlab.freedesktop.org/BabbleBones/monado/` + +Branch `vive_tracker3` + +For the Envision OpenComposite settings: + +Repo `https://gitlab.com/BabbleBones/OpenOVR` + +Branch `htcx-fbt` + +### WMR Controller tracking + +This enables positional tracking for WMR controllers in full 6dof + +For the Envision xr service settings: + +Repo `https://gitlab.freedesktop.org/thaytan/monado` + +Branch `dev-constellation-controller-tracking` + +### Basalt persistent space map + +This allows for the saving and retreieval of the basalt SLAM tracking map. The upshot of which is a persistent space origin, floor, and room orientation on SLAM tracked headsets such as WMR. Consider pairing this with LOVR playspace to set room boundaries. + +For the Envision Basalt settings: + +Repo `https://github.com/CIFASIS/basalt-with-persistent-map` + +Branch `xrtslam` \ No newline at end of file