You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: use unknown object
* feat: expand camera usage range
* chore(ground_segmentation): change z range
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
Copy file name to clipboardexpand all lines: autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml
+7-7
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@
11
11
max_x: 150.0
12
12
min_y: -70.0
13
13
max_y: 70.0
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
14
+
max_z: 3.2
15
+
min_z: -2.5#recommended 0.0 for non elevation_grid_mode
16
16
negative: False
17
17
18
18
common_ground_filter:
@@ -27,7 +27,7 @@
27
27
grid_size_m: 0.2
28
28
grid_mode_switch_radius: 20.0
29
29
gnd_grid_buffer_size: 5
30
-
detection_range_z_max: 2.5
30
+
detection_range_z_max: 3.2
31
31
elevation_grid_mode: true
32
32
center_pcl_shift: 0.0
33
33
@@ -44,7 +44,7 @@
44
44
max_x: 100.0
45
45
min_y: -50.0
46
46
max_y: 50.0
47
-
max_z: 2.5# recommended 2.5 for non elevation_grid_mode
47
+
max_z: 3.2# recommended 2.5 for non elevation_grid_mode
48
48
min_z: -2.5# recommended 0.0 for non elevation_grid_mode
49
49
negative: False
50
50
@@ -60,7 +60,7 @@
60
60
grid_size_m: 0.1
61
61
grid_mode_switch_radius: 20.0
62
62
gnd_grid_buffer_size: 4
63
-
detection_range_z_max: 2.5
63
+
detection_range_z_max: 3.2
64
64
center_pcl_shift: 0.0
65
65
elevation_grid_mode: true
66
66
@@ -70,7 +70,7 @@
70
70
max_x: 100.0
71
71
min_y: -50.0
72
72
max_y: 50.0
73
-
max_z: 2.5# recommended 2.5 for non elevation_grid_mode
73
+
max_z: 3.2# recommended 2.5 for non elevation_grid_mode
74
74
min_z: -2.5# recommended 0.0 for non elevation_grid_mode
0 commit comments