Skip to content

Commit

Permalink
fix(control_launch): fix control launch control_evaluator plugin name (
Browse files Browse the repository at this point in the history
…autowarefoundation#7846)

fix control evaluator plugin name

Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran authored Jul 5, 2024
1 parent 55bedee commit 2dbf8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_control_launch/launch/control.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

<!-- control evaluator -->
<load_composable_node target="/control/control_container">
<composable_node pkg="autoware_control_evaluator" plugin="control_diagnostics::controlEvaluatorNode" name="control_evaluator">
<composable_node pkg="autoware_control_evaluator" plugin="control_diagnostics::ControlEvaluatorNode" name="control_evaluator">
<remap from="~/input/diagnostics" to="/diagnostics"/>
<remap from="~/input/odometry" to="/localization/kinematic_state"/>
<remap from="~/input/acceleration" to="/localization/acceleration"/>
Expand Down

0 comments on commit 2dbf8e4

Please sign in to comment.