Skip to content

Commit 2acb7a4

Browse files
author
Emiliano Borghi
committed
Add depedencies to Dockerfile
1 parent 5b1165d commit 2acb7a4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docker/create_melodic_nvidia/Dockerfile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ USER root
1616
RUN apt-get update
1717

1818
RUN apt-get install -y \
19-
ros-$ROS1_DISTRO-image-proc
19+
ros-${ROS1_DISTRO}-dwa-local-planner \
20+
ros-${ROS1_DISTRO}-image-proc \
21+
ros-${ROS1_DISTRO}-joy \
22+
ros-${ROS1_DISTRO}-joy-teleop \
23+
ros-${ROS1_DISTRO}-map-server \
24+
ros-${ROS1_DISTRO}-mbf-costmap-core \
25+
ros-${ROS1_DISTRO}-mbf-msgs \
26+
ros-${ROS1_DISTRO}-move-base-flex \
27+
ros-${ROS1_DISTRO}-slam-gmapping \
28+
ros-${ROS1_DISTRO}-smach-viewer
2029

2130
USER create

0 commit comments

Comments
 (0)