-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile
More file actions
26 lines (22 loc) · 916 Bytes
/
Copy pathDockerfile
File metadata and controls
26 lines (22 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FROM ros:humble-ros-base
ENV DPKG_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y libgeometric-shapes-dev \
meshlab \
ros-humble-gazebo-ros-pkgs \
ros-humble-gazebo-ros2-control \
ros-humble-joint-state-broadcaster \
ros-humble-joint-state-publisher \
ros-humble-joint-trajectory-controller \
ros-humble-moveit \
ros-humble-robot-state-publisher \
ros-humble-ros2-control \
ros-humble-ros2-controllers \
ros-humble-rqt-graph
RUN apt-get update && \
apt-get install -y bash-completion \
sudo \
vim
RUN apt-get update && \
apt-get install -y pip \
python3-venv