Skip to content

Commit

Permalink
refactor(glog_component): prefix package and namespace with autoware
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored and xmfcx committed Dec 4, 2024
1 parent 6bbe983 commit 7e57f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoware_launch/launch/pointcloud_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def add_launch_arg(name: str, default_value=None):
)

glog_component = ComposableNode(
package="glog_component",
package="autoware_glog_component",
plugin="GlogComponent",
name="glog_component",
namespace="pointcloud_container",
Expand Down

0 comments on commit 7e57f60

Please sign in to comment.