File tree Expand file tree Collapse file tree
simulation/isaac-sim/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This top-level .env file under AirStack/ defines variables that are propagated through docker-compose.yaml
22PROJECT_NAME = " airstack"
33# auto-generated from git commit hash
4- DOCKER_IMAGE_TAG = " 1ced87d "
4+ DOCKER_IMAGE_TAG = " cc9ef73 "
55# can replace with your docker hub username
66PROJECT_DOCKER_REGISTRY = " airlab-storage.andrew.cmu.edu:5001/shared"
77DEFAULT_ISAAC_SCENE = " omniverse://airlab-storage.andrew.cmu.edu:8443/Projects/AirStack/AFCA/fire_academy_faro_with_sky.scene.usd"
Original file line number Diff line number Diff line change @@ -73,7 +73,8 @@ services:
7373 isaac-sim-hitl :
7474 extends :
7575 service : isaac-sim
76+ profiles : !override
77+ - hitl
78+ container_name : isaac-sim
7679 network_mode : host
77- networks : !reset null
78- profiles :
79- - hitl
80+ networks : !reset null
You can’t perform that action at this time.
0 commit comments