Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit b8e28ea

Browse files
authored
Merge pull request #44 from husarion/rafal-gorecki-patch-1
Fix gamepad namespace
2 parents 0b0ac1c + 525fb22 commit b8e28ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

demo/compose.minimal-setup.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ services:
4242
stop_signal: SIGINT
4343
command: >
4444
bash -c
45-
"ros2 launch
46-
joy2twist gamepad_controller.launch.py
47-
joy2twist_params_file:=$(ros2 pkg prefix joy2twist)/share/joy2twist/config/joy2twist_panther.yaml"
48-
namespace:=panther
45+
"ros2 launch joy2twist gamepad_controller.launch.py
46+
joy2twist_params_file:=$(ros2 pkg prefix joy2twist)/share/joy2twist/config/joy2twist_panther.yaml
47+
namespace:=panther"

0 commit comments

Comments
 (0)