This commit is contained in:
Björn Ellensohn 2023-10-20 13:35:46 +02:00
parent 3ad2925891
commit 12bf4006d5
2 changed files with 5 additions and 1 deletions

View File

@ -92,7 +92,11 @@ ENV DEBIAN_FRONTEND noninteractive
RUN source /rmp_ws/install/setup.bash \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install nano ros-humble-robot-localization ros-humble-joint-state-publisher ros-humble-laser-filters -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install \
nano \
ros-humble-robot-localization \
ros-humble-joint-state-publisher \
ros-humble-laser-filters -y \
&& rosdep install --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} -y \
&& rm -rf /var/lib/apt/lists/*

0
update_20.10.2023 Normal file
View File