Skip to content

Commit 4a69cf7

Browse files
committed
chore(pointcloud_container): move glog_component to autoware_launch (autowarefoundation#6114)
1 parent 9ae6e88 commit 4a69cf7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

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

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

0 commit comments

Comments
 (0)