Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added config folder for issacsim so the default bookmark in the resou… #98

Merged
merged 1 commit into from
Oct 9, 2024
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
24 changes: 15 additions & 9 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ services:
# ROS2 stuff
- RMW_IMPLEMENTATION=rmw_fastrtps_cpp
- FASTRTPS_DEFAULT_PROFILES_FILE=/isaac-sim/fastdds.xml
deploy: # let it use the GPU
deploy:
# let it use the GPU
resources:
reservations:
devices:
- driver: nvidia # https://stackoverflow.com/a/70761193
count: 1
capabilities: [gpu]
capabilities: [ gpu ]
volumes:
# display
- $HOME/.Xauthority:/root/.Xauthority
Expand All @@ -54,6 +55,7 @@ services:
- ./extras/kit-app-template/source/extensions/:/root/Documents/Kit/shared/exts/
- ./extras:/extras:rw
- ./extras/inputrc:/etc/inputrc
- ./extras/config:/root/.nvidia-omniverse/config:rw

# ==============================================================================
ground-control-station:
Expand All @@ -69,14 +71,16 @@ services:
environment:
- DISPLAY
- QT_X11_NO_MITSHM=1
deploy: # let it use the GPU
deploy:
# let it use the GPU
resources:
reservations:
devices:
- driver: nvidia # https://stackoverflow.com/a/70761193
count: 1
capabilities: [gpu]
ports: # for ssh
capabilities: [ gpu ]
ports:
# for ssh
- 2222:22
volumes:
# display stuff
Expand Down Expand Up @@ -110,14 +114,16 @@ services:
environment:
- DISPLAY
- QT_X11_NO_MITSHM=1
deploy: # let it use the GPU
deploy:
# let it use the GPU
resources:
reservations:
devices:
- driver: nvidia # https://stackoverflow.com/a/70761193
count: 1
capabilities: [gpu]
ports: # for ssh, starting from 2223-2243 on the host port all map to 22 in the container. Assumes no more than 21 robots
capabilities: [ gpu ]
ports:
# for ssh, starting from 2223-2243 on the host port all map to 22 in the container. Assumes no more than 21 robots
- "2223-2243:22"
volumes:
# display stuff
Expand Down Expand Up @@ -151,4 +157,4 @@ networks:
ipam:
driver: default
config:
- subnet: 172.31.0.0/24
- subnet: 172.31.0.0/24
3 changes: 3 additions & 0 deletions docker/extras/config/omniverse.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[bookmarks]
"AirLab Nucleus Server" = "omniverse://airlab-storage.andrew.cmu.edu:8443"