Skip to content

Commit 0d35c8a

Browse files
chore(image_projection_based_fusion): add param (#739)
* chore(image_projection_based_fusion): add param Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 304ffb4 commit 0d35c8a

File tree

1 file changed

+6
-0
lines changed
  • autoware_launch/config/perception/object_recognition/detection/image_projection_based_fusion

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
input_offset_ms: [61.67, 111.67, 45.0, 28.33, 78.33, 95.0]
44
timeout_ms: 70.0
55
match_threshold_ms: 50.0
6+
filter_scope_min_x: -100.0
7+
filter_scope_min_y: -100.0
8+
filter_scope_min_z: -100.0
9+
filter_scope_max_x: 100.0
10+
filter_scope_max_y: 100.0
11+
filter_scope_max_z: 100.0

0 commit comments

Comments
 (0)