Skip to content

Commit

Permalink
Delete net conf from simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 13, 2023
1 parent 5695254 commit 1bf96ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
10 changes: 1 addition & 9 deletions demo/compose.manipulation.simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
x-net-config:
&net-config
network_mode: host
ipc: host
environment:
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp

x-gpu-config:
&gpu-config
runtime: nvidia
Expand All @@ -22,10 +15,9 @@ x-cpu-config:
services:
rosbot:
image: husarion/rosbot-xl-manipulation-gazebo:humble
<<: [ *net-config, *gpu-config]
<<: [*gpu-config]
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- /dev:/dev
command: >
ros2 launch rosbot_xl_manipulation_gazebo simulation.launch.py
mecanum:=${MECANUM:-False}
Expand Down
10 changes: 1 addition & 9 deletions demo/compose.simulation.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
x-net-config:
&net-config
network_mode: host
ipc: host
environment:
- RMW_IMPLEMENTATION=rmw_cyclonedds_cpp

x-gpu-config:
&gpu-config
runtime: nvidia
Expand All @@ -22,10 +15,9 @@ x-cpu-config:
services:
rosbot_xl:
image: husarion/rosbot-xl-gazebo:humble
<<: [ *net-config, *gpu-config]
<<: [*gpu-config]
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- /dev:/dev
command: >
ros2 launch rosbot_xl_gazebo simulation.launch.py
mecanum:=${MECANUM:-False}
Expand Down

0 comments on commit 1bf96ac

Please sign in to comment.