Skip to content

Commit 7477e9a

Browse files
authored
chore: add glog_component for pointcloud_container (autowarefoundation#5716)
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 5723f72 commit 7477e9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

launch/tier4_perception_launch/launch/obstacle_segmentation/ground_segmentation/ground_segmentation.launch.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,13 @@ def get_single_frame_obstacle_segmentation_concatenated_component(input_topics,
474474
def launch_setup(context, *args, **kwargs):
475475
pipeline = GroundSegmentationPipeline(context)
476476

477-
components = []
477+
glog_component = ComposableNode(
478+
package="glog_component",
479+
plugin="GlogComponent",
480+
name="glog_component",
481+
)
482+
483+
components = [glog_component]
478484
components.extend(
479485
pipeline.create_single_frame_obstacle_segmentation_components(
480486
input_topic=LaunchConfiguration("input/pointcloud"),

0 commit comments

Comments
 (0)