stereolabs / zed-ros2-wrapper

ROS 2 wrapper for the ZED SDK
https://www.stereolabs.com/docs/ros2/
Apache License 2.0
161 stars 166 forks source link

[docker] Update stereolabs digital ocean cdn with links for ZED SDK 4.1.4/`l4t-v36.3.0` #254

Closed juliangaal closed 2 months ago

juliangaal commented 2 months ago

Preliminary Checks

Proposal

Even though the base image dustynv/ros:humble-ros-base-l4t-r36.3.0 is not available yet, the jetson docker image build script fails when attempting to download.

Running

./jetson_build_dockerfile_from_sdk_and_l4T_version.sh l4t-r36.3.0 zedsdk4.1.4 # or zedsdk4.1.3, same result

fails because https://stereolabs.sfo2.cdn.digitaloceanspaces.com/zedsdk/4.1/ZED_SDK_Tegra_L4T36.3_v4.1.3.zstd.run does not exist.

Use-Case

Building jetson docker images for jp6 and l4t-r36.3.0

Anything else?

No response

Myzhar commented 2 months ago

Hi @juliangaal Why do you say that https://stereolabs.sfo2.cdn.digitaloceanspaces.com/zedsdk/4.1/ZED_SDK_Tegra_L4T36.3_v4.1.3.zstd.run does not exist? The link is valid.

The link https://stereolabs.sfo2.cdn.digitaloceanspaces.com/zedsdk/4.1/ZED_SDK_Tegra_L4T36.3_v4.1.4.zstd.run is valid too.

juliangaal commented 2 months ago

huh, seems to be a network issue on my side then! Can't reach the links since lunch. Sorry about that

Update: restarting the docker daemon did the trick!