From a43467b7b921a2c9b537f5149a4c2efa2156ae7c Mon Sep 17 00:00:00 2001 From: krrishj18 Date: Thu, 2 Jul 2026 22:33:31 -0400 Subject: [PATCH 1/3] bump PegasusSimulator: stereo camera_info init fix --- .../perception/perception_bringup/launch/perception.launch.xml | 2 ++ simulation/isaac-sim/extensions/PegasusSimulator | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/robot/ros_ws/src/perception/perception_bringup/launch/perception.launch.xml b/robot/ros_ws/src/perception/perception_bringup/launch/perception.launch.xml index e433e94d4..a79ff85a1 100644 --- a/robot/ros_ws/src/perception/perception_bringup/launch/perception.launch.xml +++ b/robot/ros_ws/src/perception/perception_bringup/launch/perception.launch.xml @@ -50,6 +50,7 @@ to="/$(env ROBOT_NAME)/perception/stereo_image_proc/disparity" /> + + diff --git a/simulation/isaac-sim/extensions/PegasusSimulator b/simulation/isaac-sim/extensions/PegasusSimulator index fe8b5a101..c94a4fb1f 160000 --- a/simulation/isaac-sim/extensions/PegasusSimulator +++ b/simulation/isaac-sim/extensions/PegasusSimulator @@ -1 +1 @@ -Subproject commit fe8b5a101857f2cda290b9b677b3a95c4cca6b09 +Subproject commit c94a4fb1f1a2abff03e28f6d42ee47ca705d10cb From 2dc708d3ecb2d59c7676f3ade577d963f52d8592 Mon Sep 17 00:00:00 2001 From: krrishj18 Date: Thu, 2 Jul 2026 22:36:00 -0400 Subject: [PATCH 2/3] version incr --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 82cc01ccb..0d994bc51 100644 --- a/.env +++ b/.env @@ -12,7 +12,7 @@ PROJECT_NAME="airstack" # If you've run ./airstack.sh setup, then this will auto-generate from the git commit hash every time a change is made # to a Dockerfile or docker-compose.yaml file. Otherwise this can also be set explicitly to make a release version. # auto-generated from git commit hash -VERSION="0.19.0-alpha.3" +VERSION="0.19.0-alpha.4" # Choose "dev" or "prebuilt". "dev" is for mounted code that must be built live. "prebuilt" is for built ros_ws baked into the image DOCKER_IMAGE_BUILD_MODE="dev" # Where to push and pull images from. Can replace with your docker hub username if using docker hub. From d5273bd7457a8e64914f8a7ad4b3c03337865f7b Mon Sep 17 00:00:00 2001 From: John Date: Tue, 7 Jul 2026 00:35:31 -0400 Subject: [PATCH 3/3] merged hotfix back into main of pegasus extension --- simulation/isaac-sim/extensions/PegasusSimulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/isaac-sim/extensions/PegasusSimulator b/simulation/isaac-sim/extensions/PegasusSimulator index c94a4fb1f..8c7a66409 160000 --- a/simulation/isaac-sim/extensions/PegasusSimulator +++ b/simulation/isaac-sim/extensions/PegasusSimulator @@ -1 +1 @@ -Subproject commit c94a4fb1f1a2abff03e28f6d42ee47ca705d10cb +Subproject commit 8c7a664095396bc9c4f4609531445d4cf6390fe4