Skip to content

Commit

Permalink
Fixed autoware_glog_component
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Dec 6, 2024
1 parent a8368db commit 5607768
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 @@ -40,7 +40,7 @@ def add_launch_arg(name: str, default_value=None):

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

0 comments on commit 5607768

Please sign in to comment.