Skip to content

Commit

Permalink
Change docker image version (#40)
Browse files Browse the repository at this point in the history
* Change docker image version

* Add namespace to gamepad controller launch
  • Loading branch information
pawelirh committed Apr 2, 2024
1 parent f77ca46 commit 9016a0e
Showing 1 changed file with 2 additions and 1 deletion.
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:

services:
panther_ros:
image: husarion/panther:humble-ros2-devel
image: husarion/panther:humble-2.0.0-20240402
container_name: panther_ros
<<: *common-config
devices:
Expand Down Expand Up @@ -44,3 +44,4 @@ services:
"ros2 launch
joy2twist gamepad_controller.launch.py
joy2twist_params_file:=$(ros2 pkg prefix joy2twist)/share/joy2twist/config/joy2twist_panther.yaml"
namespace:=panther

0 comments on commit 9016a0e

Please sign in to comment.