Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: luxonis/robothub-images
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: luxonis/robothub-images
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2024

  1. update robothub version to 2.5.5

    petrnovota committed Mar 27, 2024
    Copy the full SHA
    6bf2bd2 View commit details

Commits on Apr 16, 2024

  1. update robothub version to 2.5.8

    update depthai to 2.25.0.0
    petrnovota committed Apr 16, 2024
    Copy the full SHA
    e755fc9 View commit details

Commits on Apr 18, 2024

  1. 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
    petrnovota committed Apr 18, 2024
    Copy the full SHA
    68565ae View commit details

Commits on Apr 26, 2024

  1. update robothub version to 2.6.0

    - fix device info reporting -> Hub can display correct device state
    petrnovota committed Apr 26, 2024
    Copy the full SHA
    7d2a3f9 View commit details

Commits on Jun 25, 2024

  1. remove containers/podman-ubuntu

    petrnovota committed Jun 25, 2024
    Copy the full SHA
    66d4656 View commit details
  2. add containers/podman-ubuntu

    petrnovota committed Jun 25, 2024
    Copy the full SHA
    d8f9c6b View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 scripts/build-images-base.sh
4 changes: 2 additions & 2 deletions scripts/build-images-base.sh
Original file line number Diff line number Diff line change
@@ -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"
@@ -32,7 +32,7 @@ for elem in "${elems[@]}"; do
echo "Unknown ROBOTICS_VISION_CORE: ${ROBOTICS_VISION_CORE}"
continue
fi
ROBOTHUB_VERSION="2.5.4"
ROBOTHUB_VERSION="2.6.0"

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