Skip to content

Commit

Permalink
temporarily add build of fastcdr to rmw_zenoh_cpp installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Oct 30, 2024
1 parent 0b3d94a commit 88834a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +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 && \
git clone https://github.com/eProsima/Fast-CDR.git /opt/ws_rmw_zenoh/src/Fast-CDR && \
rosdep init || true && \
rosdep update --rosdistro $ROS_DISTRO && \
apt-get update && \
Expand Down

0 comments on commit 88834a0

Please sign in to comment.