Skip to content

Commit 30f5672

Browse files
authored
Mount IsaacLab submodule directory (#106)
## Summary Fixes the CloudXr instances not being found when entering AR mode. The submodule we have access to in the submodule was just a copy. For some workflows we need access to on-the-fly changes on the host side. One example is the CloudXr server we launch on the host in the submodule directory which only then creates runfiles which in turn are required by IsaacLab within the container. Changes breaking this made it in through [MR](https://github.com/isaac-sim/isaac_arena/pull/71/files#diff-f6c013bcc6aafeba1cb42835e7185514a3a794d17cae289b990abd74955796ecR97-R101)
1 parent a685306 commit 30f5672

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/run_docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ else
129129
"--gpus=all"
130130
"-v" "./docs:${WORKDIR}/docs"
131131
"-v" "./isaac_arena:${WORKDIR}/isaac_arena"
132+
"-v" "./submodules/IsaacLab:${WORKDIR}/submodules/IsaacLab"
132133
"-v" "$DATASETS_HOST_MOUNT_DIRECTORY:/datasets"
133134
"-v" "$MODELS_HOST_MOUNT_DIRECTORY:/models"
134135
"-v" "$EVAL_HOST_MOUNT_DIRECTORY:/eval"

0 commit comments

Comments
 (0)