Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tier4_perception_launch): add input/pointcloud to ground-segmenta…
Browse files Browse the repository at this point in the history
…tion (tier4#1833)

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
yukke42 authored and boyali committed Oct 3, 2022
1 parent 560d1a8 commit 9add6cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -465,7 +465,7 @@ def launch_setup(context, *args, **kwargs):
components = []
components.extend(
pipeline.create_single_frame_obstacle_segmentation_components(
input_topic="/sensing/lidar/concatenated/pointcloud",
input_topic=LaunchConfiguration("input/pointcloud"),
output_topic=pipeline.single_frame_obstacle_seg_output,
)
)
@@ -521,6 +521,7 @@ def add_launch_arg(name: str, default_value=None):
add_launch_arg("use_pointcloud_container", "False")
add_launch_arg("container_name", "perception_pipeline_container")
add_launch_arg("tier4_perception_launch_param_path", "tier4_perception_launch parameter path")
add_launch_arg("input/pointcloud", "/sensing/lidar/concatenated/pointcloud")

set_container_executable = SetLaunchConfiguration(
"container_executable",

0 comments on commit 9add6cc

Please sign in to comment.