Skip to content

Commit 453d41c

Browse files
authored
fix(ground_segmentation launch): fix topic name conflict in additional_lidars option (#6801)
fix(ground_segmentation launch): fix topic name conflict when using additional lidars Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent fd032e8 commit 453d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def create_single_frame_obstacle_segmentation_components(self, input_topic, outp
281281
use_additional = bool(additional_lidars)
282282
relay_topic = "all_lidars/pointcloud"
283283
common_pipeline_output = (
284-
"single_frame/pointcloud" if use_additional or use_ransac else output_topic
284+
"common/pointcloud" if use_additional or use_ransac else output_topic
285285
)
286286

287287
components = self.create_common_pipeline(

0 commit comments

Comments
 (0)