Skip to content

Commit

Permalink
fix bug in rmw_zenoh_cpp build on Ubuntu 22
Browse files Browse the repository at this point in the history
introduced in #38
  • Loading branch information
lreiher authored Nov 14, 2024
1 parent 3d97668 commit be80140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
if [[ "$RMW_IMPLEMENTATION" == "rmw_zenoh_cpp" ]]; then \
mkdir -p /opt/ws_rmw_zenoh/src && \
git clone https://github.com/ros2/rmw_zenoh.git /opt/ws_rmw_zenoh/src/rmw_zenoh && \
if [[ "$UBUNTU_VERSION" == "22.04" ]]; then \
if [[ "$(lsb_release -r | awk '{print $2}')" == "22.04" ]]; then \
git clone https://github.com/eProsima/Fast-CDR.git /opt/ws_rmw_zenoh/src/Fast-CDR ; \
fi && \
rosdep init || true && \
Expand Down

0 comments on commit be80140

Please sign in to comment.