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 f0d0fa5 commit dba55a7Copy full SHA for dba55a7
autonomy_core/map_plan/Dockerfile
@@ -1,11 +1,15 @@
1
FROM kumarrobotics/autonomy:control
2
3
-RUN apt-get update \
4
- && apt-get install -y \
+RUN apt-get update && \
+ apt-get install -y \
5
ros-noetic-image-pipeline \
6
ros-noetic-image-geometry \
7
libqt5widgets5 \
8
- libnlopt-dev
+ libnlopt-dev \
9
+ libsdl-dev \
10
+ libsdl-image1.2-dev \
11
+ ros-noetic-image-geometry \
12
+ ros-noetic-depth-image-proc
13
14
RUN mkdir -p /root/map_plan_ws/src
15
WORKDIR /root/map_plan_ws
0 commit comments