Skip to content

Commit

Permalink
fix(simulator_launch): update diag name
Browse files Browse the repository at this point in the history
  • Loading branch information
shmpwk authored Jul 31, 2024
1 parent a1e97cb commit 1845354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_simulator_launch/launch/simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<!-- Diagnostic Converter -->
<group if="$(var launch_diagnostic_converter)">
<node name="diagnostic_converter" exec="diagnostic_converter" pkg="diagnostic_converter" output="screen">
<param name="diagnostic_topics" value="[/planning/planning_evaluator/metrics, /diagnostic/control_evaluator/metrics, /diagnostics_err]"/>
<param name="diagnostic_topics" value="[/planning/planning_evaluator/metrics, /control/control_evaluator/metrics, /diagnostics_err]"/>
</node>
</group>

Expand Down

0 comments on commit 1845354

Please sign in to comment.