Skip to content

Commit

Permalink
chore: add glog_component for pointcloud_container (#5716)
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
  • Loading branch information
badai-nguyen committed Dec 13, 2023
1 parent 5723f72 commit 7477e9a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,13 @@ def get_single_frame_obstacle_segmentation_concatenated_component(input_topics,
def launch_setup(context, *args, **kwargs):
pipeline = GroundSegmentationPipeline(context)

components = []
glog_component = ComposableNode(
package="glog_component",
plugin="GlogComponent",
name="glog_component",
)

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

0 comments on commit 7477e9a

Please sign in to comment.