File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ for elem in "${elems[@]}"; do
23
23
DEPTHAI_VERSION=" "
24
24
DEPTHAI_SDK_VERSION=" "
25
25
if [[ " ${ROBOTICS_VISION_CORE} " == " rvc2" ]]; then
26
- DEPTHAI_VERSION=" 2.24 .0.0"
26
+ DEPTHAI_VERSION=" 2.25 .0.0"
27
27
DEPTHAI_SDK_VERSION=" 1.12.1"
28
28
elif [[ " ${ROBOTICS_VISION_CORE} " == " rvc3" ]]; then
29
29
DEPTHAI_VERSION=" 2.22.0.0.dev0+8b9eceb316ce60d57d9157ecec48534b548e8904"
@@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do
32
32
echo " Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE} "
33
33
continue
34
34
fi
35
- ROBOTHUB_VERSION=" 2.5.5 "
35
+ ROBOTHUB_VERSION=" 2.5.8 "
36
36
37
37
TAG=" ${BASE_TAG} -${ROBOTICS_VISION_CORE} -${VARIANT} "
38
38
if [[ " ${BASE_IMAGE} " == " ros:humble-ros-core" || " ${BASE_IMAGE} " == " ros:humble-ros-base" ]]; then
You can’t perform that action at this time.
0 commit comments