Skip to content

Commit

Permalink
Merge pull request #5 from LCAS/marc-hanheide-patch-zenoh-1.2.1
Browse files Browse the repository at this point in the history
update zenoh to 1.2.1
  • Loading branch information
marc-hanheide authored Feb 24, 2025
2 parents 3a401b3 + 221431a commit 2e5a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ RUN mkdir -p /etc/ros/rosdep/sources.list.d/ && \

ENV ROSDISTRO_INDEX_URL=https://raw.github.com/LCAS/rosdistro/master/index-v4.yaml

ENV ZENOH_BRIDGE_VERSION=1.1.0
ENV ZENOH_BRIDGE_VERSION=1.2.1
RUN cd /tmp; \
if [ "$(dpkg --print-architecture)" = "arm64" ]; then \
curl -L -O https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds/releases/download/${ZENOH_BRIDGE_VERSION}/zenoh-plugin-ros2dds-${ZENOH_BRIDGE_VERSION}-aarch64-unknown-linux-gnu-standalone.zip; \
Expand Down

0 comments on commit 2e5a42b

Please sign in to comment.