Skip to content

Commit b295be0

Browse files
authored
fix(roi_cluster_fusion): input offset for 6 camera (autowarefoundation#855)
* fix(roi_cluster_fusion): input offset for 6 camera Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: input_offset_ms Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 1642d2f commit b295be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/config/perception/object_recognition/detection/image_projection_based_fusion/fusion_common.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**:
22
ros__parameters:
3-
input_offset_ms: [50.0, 66.67, 83.33, 0.0, 16.67, 33.33, 50.0]
3+
input_offset_ms: [-10.0, 15.0, 65.00, 40.0, 40.0, 40.0]
44
timeout_ms: 70.0
55
match_threshold_ms: 50.0
66
image_buffer_size: 15

0 commit comments

Comments
 (0)