Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1480d92

Browse files
committedNov 20, 2024·
refactor(glog_component): prefix package and namespace with autoware
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent e32c5c7 commit 1480d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎autoware_launch/launch/pointcloud_container.launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def add_launch_arg(name: str, default_value=None):
3939
)
4040

4141
glog_component = ComposableNode(
42-
package="glog_component",
42+
package="autoware_glog_component",
4343
plugin="GlogComponent",
4444
name="glog_component",
4545
namespace="pointcloud_container",

0 commit comments

Comments
 (0)