Skip to content

Commit 58e4781

Browse files
committed
change node name
1 parent 7919ad7 commit 58e4781

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
@@ -435,7 +435,7 @@ def get_additional_lidars_concatenated_component(input_topics, output_topic):
435435
return ComposableNode(
436436
package="pointcloud_preprocessor",
437437
plugin="pointcloud_preprocessor::PointCloudConcatenationComponent",
438-
name="concatenate_data",
438+
name="concatenate_ground",
439439
remappings=[
440440
("output", output_topic),
441441
],

0 commit comments

Comments
 (0)