Skip to content
Merged
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.1.0
CXR_WEB_SDK_VERSION=6.1.0
CXR_WEB_SDK_VERSION=6.2.0
CXR_HOST_VOLUME_PATH=$HOME/.cloudxr

###########################################################
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.1.0",
"version": "6.2.0",
"private": true,
"description": "NVIDIA Isaac Teleop Web Client",
"author": "NVIDIA Corporation",
Expand All @@ -20,7 +20,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@nvidia/cloudxr": "file:../nvidia-cloudxr-6.1.0.tgz",
"@nvidia/cloudxr": "file:../nvidia-cloudxr-6.2.0.tgz",
"@preact/signals-react": "^2.2.0",
"@react-three/drei": "^10.6.1",
"@react-three/fiber": "^9.3.0",
Expand Down
Loading