Skip to content

Commit

Permalink
Remove global prefix from diagnostics topic
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Sep 12, 2024
1 parent 5676bc2 commit 8a095a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joy2twist/launch/gamepad_controller.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def generate_launch_description():
executable="joy_linux_node",
# output={"stdout": "screen", "stderr": "screen"},
emulate_tty="true",
namespace=namespace
namespace=namespace,
remappings=[("/diagnostics", "diagnostics")],
)

actions = [declare_namespace_arg, joy2twist_params_file_argument, joy2twist_launch, joy_linux_node]
Expand Down

0 comments on commit 8a095a2

Please sign in to comment.