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