Skip to content

Commit

Permalink
fix: autoware_glog_component (#354)
Browse files Browse the repository at this point in the history
Fixed autoware_glog_component

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Dec 11, 2024
1 parent 605eade commit 75b89c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def create_parameter_dict(*args):
nodes.append(
ComposableNode(
package="autoware_glog_component",
plugin="GlogComponent",
plugin="autoware::glog_component::GlogComponent",
name="glog_component",
)
)
Expand Down

0 comments on commit 75b89c6

Please sign in to comment.