Skip to content

Commit 1845354

Browse files
authored
fix(simulator_launch): update diag name
1 parent a1e97cb commit 1845354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/tier4_simulator_launch/launch/simulator.launch.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<!-- Diagnostic Converter -->
148148
<group if="$(var launch_diagnostic_converter)">
149149
<node name="diagnostic_converter" exec="diagnostic_converter" pkg="diagnostic_converter" output="screen">
150-
<param name="diagnostic_topics" value="[/planning/planning_evaluator/metrics, /diagnostic/control_evaluator/metrics, /diagnostics_err]"/>
150+
<param name="diagnostic_topics" value="[/planning/planning_evaluator/metrics, /control/control_evaluator/metrics, /diagnostics_err]"/>
151151
</node>
152152
</group>
153153

0 commit comments

Comments
 (0)