Skip to content

Commit ee655c9

Browse files
committed
Revert crop_box params
Signed-off-by: Autumn60 <akiro.harada@tier4.jp>
1 parent 21e9329 commit ee655c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aip_x1_1_launch/config/ground_segmentation/ground_segmentation.param.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
common_crop_box_filter:
1111
parameters:
12-
min_x: -100.0
13-
max_x: 150.0
14-
min_y: -70.0
15-
max_y: 70.0
12+
min_x: -50.0
13+
max_x: 100.0
14+
min_y: -50.0
15+
max_y: 50.0
1616
margin_max_z: 0.0 # to extend the crop box max_z from vehicle_height
1717
margin_min_z: -0.5 # to extend the crop box min_z from ground
1818
negative: False

0 commit comments

Comments
 (0)