diff --git a/autoware_launch/config/perception/object_recognition/detection/pointcloud_filter/pointcloud_map_filter.param.yaml b/autoware_launch/config/perception/object_recognition/detection/pointcloud_filter/pointcloud_map_filter.param.yaml index deffe001e0..0423217582 100644 --- a/autoware_launch/config/perception/object_recognition/detection/pointcloud_filter/pointcloud_map_filter.param.yaml +++ b/autoware_launch/config/perception/object_recognition/detection/pointcloud_filter/pointcloud_map_filter.param.yaml @@ -9,6 +9,9 @@ # distance threshold for compare compare distance_threshold: 0.5 + # ratio to reduce voxel_leaf_size and neighbor points distance threshold in z axis + downsize_ratio_z_axis: 0.6 + # publish voxelized map pointcloud for debug publish_debug_pcd: False