From 68565ae64aa6bbb2496ec7ad9d5c4ce05475f114 Mon Sep 17 00:00:00 2001 From: petrnovota Date: Thu, 18 Apr 2024 14:32:59 +0200 Subject: [PATCH] update robothub version to 2.5.9 connect to device first and then create pipeline. This way, device object is available during pipeline creation. This allows to adapt pipeline based on connected device specs --- scripts/build-images-base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-images-base.sh b/scripts/build-images-base.sh index f87f697..d15e142 100755 --- a/scripts/build-images-base.sh +++ b/scripts/build-images-base.sh @@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do echo "Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE}" continue fi - ROBOTHUB_VERSION="2.5.8" + ROBOTHUB_VERSION="2.5.9" TAG="${BASE_TAG}-${ROBOTICS_VISION_CORE}-${VARIANT}" if [[ "${BASE_IMAGE}" == "ros:humble-ros-core" || "${BASE_IMAGE}" == "ros:humble-ros-base" ]]; then