Skip to content

Commit

Permalink
Update docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
action-bot committed Nov 25, 2024
1 parent f1d2014 commit 88fe702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion demo/compose.minimal-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-common-config: &common-config
- ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0}
services:
panther_ros:
image: husarion/panther:humble-2.1.1-20240828
image: husarion/panther:humble-2.1.2-20241125
container_name: panther_ros
<<: *common-config
devices:
Expand Down Expand Up @@ -48,3 +48,4 @@ services:
stop_signal: SIGINT
command: >
bash -c "ros2 launch joy2twist gamepad_controller.launch.py joy2twist_params_file:=$(ros2 pkg prefix joy2twist)/share/joy2twist/config/joy2twist_ugv.yaml"
3 changes: 2 additions & 1 deletion demo/compose.simulation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-gpu-config: &gpu-config
env_file: .env.gpu
services:
panther_gazebo:
image: husarion/panther-gazebo:humble-2.1.1-20240828
image: husarion/panther-gazebo:humble-2.1.2-20241125
container_name: panther_gazebo
<<:
- *common-config
Expand All @@ -20,3 +20,4 @@ services:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
command: >
ros2 launch panther_gazebo simulation.launch.py robot_model:=panther namespace:=panther

0 comments on commit 88fe702

Please sign in to comment.