Skip to content

Commit

Permalink
More networking tools
Browse files Browse the repository at this point in the history
  • Loading branch information
LoyVanBeek committed Nov 28, 2024
1 parent 980f732 commit 9c57216
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
# Networking and IPC for ROS 2
network_mode: host
ipc: host
pid: host
# Needed to display graphical applications
privileged: true
environment:
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose-robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
# Networking and IPC for ROS 2
network_mode: host
ipc: host
pid: host
# Needed to display graphical applications
privileged: true
environment:
Expand Down
2 changes: 2 additions & 0 deletions docker/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM ros:${ROS_DISTRO}-ros-base-jammy
RUN apt update && apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-desktop=0.10.0-1* \
ros-humble-rmw-cyclonedds-cpp \
iproute2 \
net-tools \
&& rm -rf /var/lib/apt/lists/*

# Prepare CycloneDDS config file
Expand Down
2 changes: 2 additions & 0 deletions docker/robot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN apt update -qq && apt install -y --no-install-recommends \
tree \
vim \
wget \
iproute2 \
net-tools \
&& rm -rf /var/lib/apt/lists/*

# install_ros_tools
Expand Down

0 comments on commit 9c57216

Please sign in to comment.