Skip to content

Commit

Permalink
Update Dockerfile.desktop-humble
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzhar authored Jun 24, 2024
1 parent a069d3e commit 0c7b4a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile.desktop-humble
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,12 @@ RUN /bin/bash -c "source /opt/ros/$ROS_DISTRO/setup.bash && \

WORKDIR /root/ros2_ws

# Set the default DDS middleware to FastRTPS for improved big data transmission
ENV RMW_IMPLEMENTATION=rmw_fastrtps_cpp

# Setup environment variables
COPY ros_entrypoint.sh /sbin/ros_entrypoint.sh
RUN sudo chmod 755 /sbin/ros_entrypoint.sh

ENTRYPOINT ["/sbin/ros_entrypoint.sh"]
CMD ["bash"]
CMD ["bash"]

0 comments on commit 0c7b4a4

Please sign in to comment.