Skip to content

Commit

Permalink
update robothub version to 2.5.9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
petrnovota committed Apr 18, 2024
1 parent e755fc9 commit 68565ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-images-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68565ae

Please sign in to comment.