diff --git a/autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml b/autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml
index ec966ecc45..83a02d9454 100644
--- a/autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml
+++ b/autoware_launch/config/perception/obstacle_segmentation/ground_segmentation/ground_segmentation.param.yaml
@@ -11,8 +11,8 @@
max_x: 120.0
min_y: -75.0
max_y: 75.0
- margin_max_z: 3.2
- margin_min_z: -2.5 # recommended 0.0 for non elevation_grid_mode
+ margin_max_z: 0.0 # to extend the crop box max_z from vehicle_height
+ margin_min_z: -2.5 # to extend the crop box min_z from ground
negative: False
common_ground_filter:
@@ -48,8 +48,8 @@
max_x: 100.0
min_y: -50.0
max_y: 50.0
- margin_max_z: 3.2 # recommended 2.5 for non elevation_grid_mode
- margin_min_z: -2.5 # recommended 0.0 for non elevation_grid_mode
+ margin_max_z: 0.0 # to extend the crop box max_z from vehicle_height
+ margin_min_z: -2.5 # to extend the crop box min_z from ground
negative: False
front_upper_ground_filter:
@@ -78,8 +78,8 @@
max_x: 100.0
min_y: -50.0
max_y: 50.0
- margin_max_z: 3.2 # recommended 2.5 for non elevation_grid_mode
- margin_min_z: -2.5 # recommended 0.0 for non elevation_grid_mode
+ margin_max_z: 0.0 # to extend the crop box max_z from vehicle_height
+ margin_min_z: -2.5 # to extend the crop box min_z from ground
negative: False
front_lower_ground_filter:
diff --git a/autoware_launch/launch/components/tier4_localization_component.launch.xml b/autoware_launch/launch/components/tier4_localization_component.launch.xml
index 1b92977330..c421fb9ae1 100644
--- a/autoware_launch/launch/components/tier4_localization_component.launch.xml
+++ b/autoware_launch/launch/components/tier4_localization_component.launch.xml
@@ -4,7 +4,11 @@
-
+