Skip to content

Commit 0ede599

Browse files
authored
0.16.1 rc (#313)
* Remove deprecated sitl_integration folder * Update version to 0.16.1-rc and update sensor paths to 5.1
1 parent fa5a5ee commit 0ede599

278 files changed

Lines changed: 9 additions & 21231 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PROJECT_NAME="airstack"
1111
# If you've run ./airstack.sh setup, then this will auto-generate from the git commit hash every time a change is made
1212
# to a Dockerfile or docker-compose.yaml file. Otherwise this can also be set explicitly to make a release version.
1313
# auto-generated from git commit hash
14-
DOCKER_IMAGE_TAG="0.16.0"
14+
DOCKER_IMAGE_TAG="0.16.1-rc"
1515
# Can replace with your docker hub username
1616
PROJECT_DOCKER_REGISTRY="airlab-docker.andrew.cmu.edu/airstack"
1717
# ============================================

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ frames_*.pdf
6060

6161
nucleus_token.txt
6262

63-
docker/sitl_integration/px
64-
6563

6664
# mkdocs
6765
mkdocs.log

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ nav:
127127
- docs/simulation/isaac_sim/export_stages_from_unreal.md
128128
- docs/simulation/isaac_sim/scene_setup.md
129129
- docs/simulation/isaac_sim/pegasus_scene_setup.md
130-
- docs/simulation/isaac_sim/ascent_sitl_extension.md
131130
- Real World:
132131
- docs/real_world/index.md
133132
- docs/real_world/data_offloading/index.md

simulation/isaac-sim/docker/docker-compose.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ services:
6565
- $HOME/Documents/isaac_sim_data/logs:/root/.nvidia-omniverse/logs:rw
6666
- $HOME/Documents/isaac_sim_data/data:/root/.local/share/ov/data:rw
6767
- $HOME/Documents/isaac_sim_data/documents:/root/Documents:rw
68-
# IMPORTANT: set the version number without the trailing .0
69-
- ./user.config.json:/root/.local/share/ov/data/Kit/Isaac-Sim Full/5.1/user.config.json:rw
68+
# omniverse
69+
- ./omniverse.toml:/root/.nvidia-omniverse/config/omniverse.toml:rw
70+
- ./user.config.json:/root/.local/share/ov/data/Kit/Isaac-Sim Full/5.1/user.config.json:rw # IMPORTANT: set the version number without the trailing .0
7071
- ./ui.py:/isaac-sim/kit/exts/omni.kit.widget.nucleus_connector/omni/kit/widget/nucleus_connector/ui.py:rw
7172
# developer stuff
7273
- .dev:/root/.dev:rw # developer config
@@ -80,14 +81,6 @@ services:
8081
- ../extensions/PegasusSimulator:/isaac_extensions/PegasusSimulator
8182
- ../extensions/PegasusSimulator/extensions/pegasus.simulator:/root/Documents/Kit/shared/exts/pegasus.simulator/
8283
- ../config/sim_to_robot_bridge.yaml:/sim_to_robot_bridge.yaml:ro
83-
# code
84-
- ../sitl_integration/kit-app-template/source/extensions/airlab.airstack:/root/Documents/Kit/shared/exts/airlab.airstack
85-
- ../sitl_integration/kit-app-template/source/extensions/airlab.pegasus:/root/Documents/Kit/shared/exts/airlab.pegasus
86-
- ../sitl_integration/kit-app-template/source/extensions/airlab.gimbal:/root/Documents/Kit/shared/exts/airlab.gimbal
87-
- ../sitl_integration/kit-app-template/source/extensions/airlab.tmux_manager:/root/Documents/Kit/shared/exts/airlab.tmux_manager
88-
- ../sitl_integration:/sitl_integration:rw
89-
- ../sitl_integration/inputrc:/etc/inputrc
90-
- ../sitl_integration/config:/root/.nvidia-omniverse/config:rw
9184

9285
# ===================================================================================================================
9386
isaac-sim-gui:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[bookmarks]
2+
"AirLab Nucleus Server" = "omniverse://airlab-nucleus.andrew.cmu.edu"
3+
"Local AirStack Isaac Assets" = "file:///root/AirStack/simulation/isaac-sim/assets/"
4+
"Nucleus Pegasus" = "omniverse://airlab-nucleus.andrew.cmu.edu/Library/Assets/Pegasus/"

simulation/isaac-sim/sitl_integration/config/extension.toml

Lines changed: 0 additions & 25 deletions
This file was deleted.

simulation/isaac-sim/sitl_integration/config/omniverse.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

simulation/isaac-sim/sitl_integration/control_test.py

Lines changed: 0 additions & 194 deletions
This file was deleted.
-2.63 KB
Binary file not shown.

0 commit comments

Comments
 (0)