Skip to content

Commit 52219a5

Browse files
authored
refactor(glog_component): prefix package and namespace with autoware (#4)
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent f649db1 commit 52219a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

single_lidar_common_launch/launch/nebula_node_container.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def create_parameter_dict(*args):
9999

100100
nodes.append(
101101
ComposableNode(
102-
package="glog_component",
102+
package="autoware_glog_component",
103103
plugin="GlogComponent",
104104
name="glog_component",
105105
)

0 commit comments

Comments
 (0)