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

Commit 8421ef1

Browse files
authored
refactor(glog_component): prefix package and namespace with autoware (#10)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent d531d0b commit 8421ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_awsim_labs_sensor_launch/launch/velodyne_node_container.launch.py

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

7474
nodes.append(
7575
ComposableNode(
76-
package="glog_component",
76+
package="autoware_glog_component",
7777
plugin="GlogComponent",
7878
name="glog_component",
7979
)

0 commit comments

Comments
 (0)