Skip to content

Commit

Permalink
feat(diagnostic_converter): fix output metrics topic name and add to …
Browse files Browse the repository at this point in the history
…converter (autowarefoundation#7495)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored and danielsanchezaran committed Jun 18, 2024
1 parent fa6defa commit 9d1e68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_control_launch/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def launch_setup(context, *args, **kwargs):
("~/input/diagnostics", "/diagnostics"),
("~/input/odometry", "/localization/kinematic_state"),
("~/input/trajectory", "/planning/scenario_planning/trajectory"),
("~/output/metrics", "~/metrics"),
("~/metrics", "/diagnostic/control_evaluator/metrics"),
],
)

Expand Down

0 comments on commit 9d1e68d

Please sign in to comment.