Skip to content

Commit 314b88d

Browse files
committed
Added eula, privacy, and default omni_server
1 parent fddb6cd commit 314b88d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docker/isaac-sim/omni_pass_TEMPLATE.env

+12
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,17 @@ OMNI_PASS=PASTE-YOUR-API-TOKEN
2525
#OMNI_USER=<your nuceleus server username>
2626
#OMNI_PASS=<your nuceleus server password>
2727

28+
#########################################################################
29+
# Set the default Nucleus server to use for issacsim:
30+
31+
OMNI_SERVER="https://airlab-storage.andrew.cmu.edu:8443/omni/web3/NVIDIA/Assets/Isaac/4.1"
32+
33+
#########################################################################
34+
#Accept the licenses and privacy
35+
36+
ACCEPT_EULA=Y
37+
OMNI_ENV_PRIVACY_CONSENT=Y
38+
39+
2840
#########################################################################
2941

0 commit comments

Comments
 (0)