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 karishma1911 committed Jun 3, 2024
1 parent ba04984 commit 6389432
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 6389432

Please sign in to comment.