Skip to content

Commit 5180edd

Browse files
authored
chore: change max_z of cropbox filter to vehicle_height (#906)
chore: change max_z of cropbox filter to vehicle_heigh Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent e14eabe commit 5180edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
max_x: 150.0
1212
min_y: -70.0
1313
max_y: 70.0
14-
max_z: 2.5
15-
min_z: -2.5 # recommended 0.0 for non elevation_grid_mode
14+
margin_max_z: 0.0 # to extend the crop box max_z from vehicle_height
15+
margin_min_z: -2.5 # to extend the crop box min_z from ground
1616
negative: False
1717

1818
common_ground_filter:

0 commit comments

Comments
 (0)