From cf9840b14d136d48e3e2ba8529163cff16ab1fa5 Mon Sep 17 00:00:00 2001 From: badai nguyen <94814556+badai-nguyen@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:17:00 +0900 Subject: [PATCH] chore(crop_box_filter): add missing default parameter (#1155) fix: add missing parameter after crop_box_filter rework Signed-off-by: badai-nguyen --- .../clustering/voxel_grid_based_euclidean_cluster.param.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/autoware_launch/config/perception/object_recognition/detection/clustering/voxel_grid_based_euclidean_cluster.param.yaml b/autoware_launch/config/perception/object_recognition/detection/clustering/voxel_grid_based_euclidean_cluster.param.yaml index 26b027f007..15f03fb959 100644 --- a/autoware_launch/config/perception/object_recognition/detection/clustering/voxel_grid_based_euclidean_cluster.param.yaml +++ b/autoware_launch/config/perception/object_recognition/detection/clustering/voxel_grid_based_euclidean_cluster.param.yaml @@ -15,3 +15,4 @@ min_y: -200.0 max_z: 2.0 min_z: -10.0 + negative: false