Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 3e652bf

Browse files
fix(nebula_node_container.launch.py): autoware_glog_component (#112)
Fixed autoware_glog_component Signed-off-by: Shintaro Sakoda <[email protected]>
1 parent 7ccab38 commit 3e652bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_sensor_launch/launch/nebula_node_container.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def create_parameter_dict(*args):
104104
nodes.append(
105105
ComposableNode(
106106
package="autoware_glog_component",
107-
plugin="GlogComponent",
107+
plugin="autoware::glog_component::GlogComponent",
108108
name="glog_component",
109109
)
110110
)

0 commit comments

Comments
 (0)