Skip to content

Commit

Permalink
update robothub version to 2.5.8
Browse files Browse the repository at this point in the history
update depthai to 2.25.0.0
  • Loading branch information
petrnovota committed Apr 16, 2024
1 parent 6bf2bd2 commit e755fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-images-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ for elem in "${elems[@]}"; do
DEPTHAI_VERSION=""
DEPTHAI_SDK_VERSION=""
if [[ "${ROBOTICS_VISION_CORE}" == "rvc2" ]]; then
DEPTHAI_VERSION="2.24.0.0"
DEPTHAI_VERSION="2.25.0.0"
DEPTHAI_SDK_VERSION="1.12.1"
elif [[ "${ROBOTICS_VISION_CORE}" == "rvc3" ]]; then
DEPTHAI_VERSION="2.22.0.0.dev0+8b9eceb316ce60d57d9157ecec48534b548e8904"
Expand All @@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do
echo "Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE}"
continue
fi
ROBOTHUB_VERSION="2.5.5"
ROBOTHUB_VERSION="2.5.8"

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 e755fc9

Please sign in to comment.