Skip to content

Commit 94f1b8d

Browse files
committed
Fully fix bug with pegasus drone position and orientation reset
Change default scene to local file independent of nucleus Update version
1 parent feb5b30 commit 94f1b8d

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.env

Lines changed: 2 additions & 2 deletions
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.15.1"
14+
DOCKER_IMAGE_TAG="0.15.2"
1515
# Can replace with your docker hub username
1616
PROJECT_DOCKER_REGISTRY="airlab-docker.andrew.cmu.edu/airstack"
1717
# ============================================
@@ -22,7 +22,7 @@ NUM_ROBOTS="1"
2222
ROBOT_DEFINTIONS="/config/robot_definitions.yaml" # Path to the robot definitions file, which is mounted at /config in containers.
2323

2424
# ============== SIMULATION =====================
25-
ISAAC_SIM_GUI="omniverse://airlab-nucleus.andrew.cmu.edu/Library/Assets/Pegasus/iris_with_sensors.pegasus.robot.usd"
25+
ISAAC_SIM_GUI="/root/AirStack/simulation/isaac-sim/assets/scenes/simple_pegasus.scene.usd"
2626
# Set to "true" to launch Isaac Sim using a standalone Python script instead of USD file
2727
ISAAC_SIM_USE_STANDALONE_SCRIPT="false" # "true" or "false"
2828
# Script name (must be in /AirStack/simulation/isaac-sim/launch_scripts/)
5.64 MB
Binary file not shown.
76.9 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

22
[bookmarks]
33
"AirLab Nucleus Server" = "omniverse://airlab-nucleus.andrew.cmu.edu"
4+
"AirStack Isaac Assets" = "file:///root/AirStack/simulation/isaac-sim/assets/"
45
Franka = "omniverse://airlab-nucleus.andrew.cmu.edu/NVIDIA/Assets/Isaac/4.5/Isaac/Robots/Franka/"

0 commit comments

Comments
 (0)