Skip to content

Commit dba55a7

Browse files
committed
Fixed dependencies for map_plan
1 parent f0d0fa5 commit dba55a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

autonomy_core/map_plan/Dockerfile

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
FROM kumarrobotics/autonomy:control
22

3-
RUN apt-get update \
4-
&& apt-get install -y \
3+
RUN apt-get update && \
4+
apt-get install -y \
55
ros-noetic-image-pipeline \
66
ros-noetic-image-geometry \
77
libqt5widgets5 \
8-
libnlopt-dev
8+
libnlopt-dev \
9+
libsdl-dev \
10+
libsdl-image1.2-dev \
11+
ros-noetic-image-geometry \
12+
ros-noetic-depth-image-proc
913

1014
RUN mkdir -p /root/map_plan_ws/src
1115
WORKDIR /root/map_plan_ws

0 commit comments

Comments
 (0)