Skip to content

Commit 4809fa9

Browse files
0x126saka1-s
authored andcommitted
chore: update perception settings (#329)
* chore: use unknown object * feat: expand camera usage range * chore(ground_segmentation): change z range Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
1 parent 08269ce commit 4809fa9

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

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

+7-7
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-
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
1616
negative: False
1717

1818
common_ground_filter:
@@ -27,7 +27,7 @@
2727
grid_size_m: 0.2
2828
grid_mode_switch_radius: 20.0
2929
gnd_grid_buffer_size: 5
30-
detection_range_z_max: 2.5
30+
detection_range_z_max: 3.2
3131
elevation_grid_mode: true
3232
center_pcl_shift: 0.0
3333

@@ -44,7 +44,7 @@
4444
max_x: 100.0
4545
min_y: -50.0
4646
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
4848
min_z: -2.5 # recommended 0.0 for non elevation_grid_mode
4949
negative: False
5050

@@ -60,7 +60,7 @@
6060
grid_size_m: 0.1
6161
grid_mode_switch_radius: 20.0
6262
gnd_grid_buffer_size: 4
63-
detection_range_z_max: 2.5
63+
detection_range_z_max: 3.2
6464
center_pcl_shift: 0.0
6565
elevation_grid_mode: true
6666

@@ -70,7 +70,7 @@
7070
max_x: 100.0
7171
min_y: -50.0
7272
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
7474
min_z: -2.5 # recommended 0.0 for non elevation_grid_mode
7575
negative: False
7676

@@ -86,7 +86,7 @@
8686
grid_size_m: 0.1
8787
grid_mode_switch_radius: 20.0
8888
gnd_grid_buffer_size: 4
89-
detection_range_z_max: 2.5
89+
detection_range_z_max: 3.2
9090
center_pcl_shift: 0.0
9191
elevation_grid_mode: true
9292
use_recheck_ground_cluster: false

autoware_launch/launch/components/tier4_perception_component.launch.xml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<arg name="centerpoint_model_param_path" value="$(var centerpoint_model_param_path)"/>
3131
<arg name="traffic_light_recognition/fusion_only" value="true"/>
3232
<arg name="namespace1" value="camera7"/>
33+
<arg name="remove_unknown" value="false"/>
34+
<arg name="trust_distance" value="100.0"/>
3335

3436
<!-- object recognition -->
3537
<arg

0 commit comments

Comments
 (0)