Skip to content

Commit e755fc9

Browse files
author
petrnovota
committed
update robothub version to 2.5.8
update depthai to 2.25.0.0
1 parent 6bf2bd2 commit e755fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-images-base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for elem in "${elems[@]}"; do
2323
DEPTHAI_VERSION=""
2424
DEPTHAI_SDK_VERSION=""
2525
if [[ "${ROBOTICS_VISION_CORE}" == "rvc2" ]]; then
26-
DEPTHAI_VERSION="2.24.0.0"
26+
DEPTHAI_VERSION="2.25.0.0"
2727
DEPTHAI_SDK_VERSION="1.12.1"
2828
elif [[ "${ROBOTICS_VISION_CORE}" == "rvc3" ]]; then
2929
DEPTHAI_VERSION="2.22.0.0.dev0+8b9eceb316ce60d57d9157ecec48534b548e8904"
@@ -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.5"
35+
ROBOTHUB_VERSION="2.5.8"
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)