Skip to content

Commit

Permalink
Fixed dependencies for map_plan
Browse files Browse the repository at this point in the history
  • Loading branch information
fcladera committed Aug 18, 2023
1 parent f0d0fa5 commit fcd5b7d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions autonomy_core/map_plan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
FROM kumarrobotics/autonomy:control

RUN apt-get update \
&& apt-get install -y \
RUN apt-get install -y \
ros-noetic-image-pipeline \
ros-noetic-image-geometry \
libqt5widgets5 \
libnlopt-dev
libnlopt-dev \
libsdl-dev \
libsdl-image1.2-dev \
ros-noetic-image-geometry \
ros-noetic-depth-image-proc

RUN mkdir -p /root/map_plan_ws/src
WORKDIR /root/map_plan_ws
Expand Down

0 comments on commit fcd5b7d

Please sign in to comment.