Skip to content

Commit 9ededc5

Browse files
committed
chore: added dummy crop box
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
1 parent 2449e67 commit 9ededc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sensing/autoware_cuda_pointcloud_preprocessor/config/cuda_pointcloud_preprocessor.param.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
object_length_threshold: 0.1
99
num_points_threshold: 4
1010

11-
crop_box.min_x: []
12-
crop_box.min_y: []
13-
crop_box.min_z: []
14-
crop_box.max_x: []
15-
crop_box.max_y: []
16-
crop_box.max_z: []
11+
crop_box.min_x: [0.0]
12+
crop_box.min_y: [0.0]
13+
crop_box.min_z: [0.0]
14+
crop_box.max_x: [0.0]
15+
crop_box.max_y: [0.0]
16+
crop_box.max_z: [0.0]

0 commit comments

Comments
 (0)