From 22dffd8b891e3ed02bb6e1cca1b1430ac0181578 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:54:01 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../clustering/voxel_grid_based_euclidean_cluster.param.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ebd0d57c12..fcaa95fb33 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 @@ -7,11 +7,11 @@ max_cluster_size: 3000 use_height: false input_frame: "base_link" - + # low range crop box filter param max_x: 200.0 min_x: -200.0 max_y: 200.0 min_y: -200.0 max_z: 2.0 - min_z: -10.0 \ No newline at end of file + min_z: -10.0