Skip to content

Commit

Permalink
default to cyclone dds in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Jan 31, 2024
1 parent a794a31 commit b56d630
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 @@ -206,7 +206,7 @@ RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
&& rm -rf /var/lib/apt/lists/*

# install desired ROS 2 middleware
ARG RMW_IMPLEMENTATION
ARG RMW_IMPLEMENTATION="rmw_cyclonedds_cpp"
ENV RMW_IMPLEMENTATION=${RMW_IMPLEMENTATION}
RUN source /opt/ros/$ROS_DISTRO/setup.bash && \
if [[ "$ROS_VERSION" == "2" ]]; then \
Expand Down

0 comments on commit b56d630

Please sign in to comment.