This commit is contained in:
bjoernellens1 2023-11-30 12:05:38 +01:00 committed by GitHub
parent 47d8492a8a
commit 7644fcd539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ RUN source /opt/ros/${ROS_DISTRO}/setup.bash \
# Use Cyclone DDS as middleware
RUN apt-get update && apt-get install -y --no-install-recommends \
nano \
ros-${ROS_DISTRO}-rmw-cyclonedds-cpp \
ros-${ROS_DISTRO}-xacro \
&& rm -rf /var/lib/apt/lists/*