Skip to content

Commit 8923c58

Browse files
committed
chore: fix ground_segmentation launch
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 59c182b commit 8923c58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def create_single_frame_outlier_filter_components(input_topic, output_topic, con
434434
def get_additional_lidars_concatenated_component(input_topics, output_topic):
435435
return ComposableNode(
436436
package="pointcloud_preprocessor",
437-
plugin="pointcloud_preprocessor::PointCloudConcatenateDataSynchronizerComponent",
437+
plugin="pointcloud_preprocessor::PointCloudConcatenationComponent",
438438
name="concatenate_data",
439439
remappings=[
440440
("~/input/odom", "/localization/kinematic_state"),
@@ -445,11 +445,6 @@ def get_additional_lidars_concatenated_component(input_topics, output_topic):
445445
"input_topics": input_topics,
446446
"output_frame": LaunchConfiguration("base_frame"),
447447
"input_twist_topic_type": "odom",
448-
"input_offset": [
449-
0.05,
450-
0.025,
451-
0.01,
452-
], # in case concat inputs: common_ground_filter, front_lower, left_upper case
453448
"timeout_sec": 0.095,
454449
}
455450
],

0 commit comments

Comments
 (0)