We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b1165d commit 2acb7a4Copy full SHA for 2acb7a4
docker/create_melodic_nvidia/Dockerfile
@@ -16,6 +16,15 @@ USER root
16
RUN apt-get update
17
18
RUN apt-get install -y \
19
- ros-$ROS1_DISTRO-image-proc
+ 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
29
30
USER create
0 commit comments