Skip to content

Commit 421068c

Browse files
committed
fix: add offset time for ground_segmentation concat
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 8c29188 commit 421068c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,12 @@ 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
453+
"timeout_sec": 0.095,
448454
}
449455
],
450456
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],

0 commit comments

Comments
 (0)