Skip to content

Commit

Permalink
chore(pointcloud_container): move glog_component to autoware_launch (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
kminoda authored and kyoichi-sugahara committed Jan 23, 2024
1 parent 87466ff commit a7c166a
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,13 +474,7 @@ def get_single_frame_obstacle_segmentation_concatenated_component(input_topics,
def launch_setup(context, *args, **kwargs):
pipeline = GroundSegmentationPipeline(context)

glog_component = ComposableNode(
package="glog_component",
plugin="GlogComponent",
name="glog_component",
)

components = [glog_component]
components = []
components.extend(
pipeline.create_single_frame_obstacle_segmentation_components(
input_topic=LaunchConfiguration("input/pointcloud"),
Expand Down

0 comments on commit a7c166a

Please sign in to comment.