Skip to content

Commit

Permalink
fix(pointcloud_container.launch.py): autoware_glog_component (autowar…
Browse files Browse the repository at this point in the history
…efoundation#1260)

Fixed autoware_glog_component

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Dec 9, 2024
1 parent 5077723 commit a81c9fe
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 a81c9fe

Please sign in to comment.