Skip to content

Commit

Permalink
Add stop signal and update image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Apr 15, 2024
1 parent 53a4f30 commit d11fc6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions demo/compose.minimal-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
memlock:
soft: 102400
hard: 102400
stop_signal: SIGINT
command: >
ros2 launch panther_bringup bringup.launch.py namespace:=panther
Expand All @@ -39,6 +40,7 @@ services:
<<: *common-config
devices:
- /dev/input/js0
stop_signal: SIGINT
command: >
bash -c
"ros2 launch
Expand Down
3 changes: 2 additions & 1 deletion demo/compose.rviz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ x-gpu-config:

services:
rviz:
image: husarion/rviz2:humble
image: husarion/rviz2:humble-nightly
container_name: rviz2
<<:
- *common-config
- *cpu-config
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- ./panther.rviz:/root/.rviz2/default.rviz
stop_signal: SIGINT
3 changes: 2 additions & 1 deletion demo/compose.simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ x-gpu-config:

services:
panther_gazebo:
image: husarion/panther-gazebo:humble
image: husarion/panther-gazebo:humble-2.0.0-20240402
container_name: panther_gazebo
<<:
- *common-config
- *cpu-config
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
stop_signal: SIGINT
command: >
ros2 launch panther_gazebo simulation.launch.py

0 comments on commit d11fc6a

Please sign in to comment.