Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/cloudxr/.env.default
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# CloudXR Docker Images and Configs
###########################################################
CXR_RUNTIME_SDK_VERSION=6.2.1
CXR_WEB_SDK_VERSION=6.2.0
CXR_WEB_SDK_VERSION=6.3.0-rc1
CXR_HOST_VOLUME_PATH=$HOME/.cloudxr

###########################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default function CloudXRComponent({
telemetry: {
enabled: true,
appInfo: {
version: '6.2.0',
version: '6.3.0-rc1',
product: applicationName,
},
},
Expand Down
4 changes: 2 additions & 2 deletions deps/cloudxr/webxr_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudxr-isaac-lab-teleop",
"version": "6.2.0",
"version": "6.3.0-rc1",
"private": true,
"description": "NVIDIA Isaac Teleop Web Client",
"author": "NVIDIA Corporation",
Expand Down Expand Up @@ -29,7 +29,7 @@
]
},
"dependencies": {
"@nvidia/cloudxr": "file:../nvidia-cloudxr-6.2.0.tgz",
"@nvidia/cloudxr": "file:../nvidia-cloudxr-6.3.0-rc1.tgz",
"@preact/signals-react": "^3.10.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/build_from_source/webxr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ From the project root:
source deps/cloudxr/webxr_client/scripts/setup_cloudxr_env.sh
deps/cloudxr/webxr_client/scripts/download_cloudxr_sdk.sh

This will automatically download the CloudXR.js SDK and place it in ``deps/cloudxr/nvidia-cloudxr-6.1.0.tgz``. The
This will automatically download the CloudXR.js SDK and place it in ``deps/cloudxr/nvidia-cloudxr-6.3.0-rc1.tgz``. The
`package.json` is configured to install the SDK from this local file.

2. Install dependencies
Expand All @@ -44,7 +44,7 @@ From the ``deps/cloudxr/webxr_client/`` directory:

.. code-block:: bash

npm install ../nvidia-cloudxr-6.1.0.tgz
npm install ../nvidia-cloudxr-6.3.0-rc1.tgz

3. Build & Run
--------------
Expand Down
Loading