File tree 1 file changed +12
-18
lines changed
sensing/autoware_cuda_pointcloud_preprocessor/schema
1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change 42
42
"crop_box.min_x" : {
43
43
"type" : " array" ,
44
44
"description" : " An array in which each element is the minimum x value in a crop box" ,
45
- "default" : [1.0 ]
45
+ "default" : []
46
46
},
47
47
"crop_box.min_y" : {
48
48
"type" : " array" ,
49
49
"description" : " An array in which each element is the minimum y value in a crop box" ,
50
- "default" : [1.0 ]
50
+ "default" : []
51
51
},
52
52
"crop_box.min_z" : {
53
53
"type" : " array" ,
54
54
"description" : " An array in which each element is the minimum z value in a crop box" ,
55
- "default" : [1.0 ]
55
+ "default" : []
56
56
},
57
57
"crop_box.max_x" : {
58
58
"type" : " array" ,
59
59
"description" : " An array in which each element is the maximum x value in a crop box" ,
60
- "default" : [-1.0 ]
60
+ "default" : []
61
61
},
62
62
"crop_box.max_y" : {
63
63
"type" : " array" ,
64
64
"description" : " An array in which each element is the maximum y value in a crop box" ,
65
- "default" : [-1.0 ]
65
+ "default" : []
66
66
},
67
67
"crop_box.max_z" : {
68
68
"type" : " array" ,
69
69
"description" : " An array in which each element is the maximum z value in a crop box" ,
70
- "default" : [-1.0 ]
70
+ "default" : []
71
71
}
72
72
},
73
73
"required" : [
77
77
" distance_ratio" ,
78
78
" object_length_threshold" ,
79
79
" num_points_threshold" ,
80
- " self_crop.min_x" ,
81
- " self_crop.min_y" ,
82
- " self_crop.min_z" ,
83
- " self_crop.max_x" ,
84
- " self_crop.max_y" ,
85
- " self_crop.max_z" ,
86
- " mirror_crop.min_x" ,
87
- " mirror_crop.min_y" ,
88
- " mirror_crop.min_z" ,
89
- " mirror_crop.max_x" ,
90
- " mirror_crop.max_y" ,
91
- " mirror_crop.max_z"
80
+ " crop_box.min_x" ,
81
+ " crop_box.min_y" ,
82
+ " crop_box.min_z" ,
83
+ " crop_box.max_x" ,
84
+ " crop_box.max_y" ,
85
+ " crop_box.max_z"
92
86
],
93
87
"additionalProperties" : false
94
88
}
You can’t perform that action at this time.
0 commit comments