Skip to content

Commit 68565ae

Browse files
author
petrnovota
committed
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
1 parent e755fc9 commit 68565ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-images-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do
3232
echo "Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE}"
3333
continue
3434
fi
35-
ROBOTHUB_VERSION="2.5.8"
35+
ROBOTHUB_VERSION="2.5.9"
3636

3737
TAG="${BASE_TAG}-${ROBOTICS_VISION_CORE}-${VARIANT}"
3838
if [[ "${BASE_IMAGE}" == "ros:humble-ros-core" || "${BASE_IMAGE}" == "ros:humble-ros-base" ]]; then

0 commit comments

Comments
 (0)