Skip to content

Commit 17877fa

Browse files
author
M. Fatih Cırıt
committed
fix voxel_based_compare_map_filter.schema.json
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 92a5479 commit 17877fa

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

perception/compare_map_segmentation/schema/voxel_based_compare_map_filter.schema.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"default": "0.5",
2222
"description": "Positive ratio to reduce voxel_leaf_size and neighbor point distance threshold in z axis"
2323
},
24+
"timer_interval_ms": {
25+
"type": "number",
26+
"default": "100",
27+
"description": "Timer interval to load map points [ms]"
28+
},
2429
"map_update_distance_threshold": {
2530
"type": "number",
2631
"default": "10.0",
@@ -31,19 +36,20 @@
3136
"default": "150.0",
3237
"description": "Radius to load map points [m]"
3338
},
34-
"timer_interval_ms": {
35-
"type": "number",
36-
"default": "100",
37-
"description": "Timer interval to load map points [ms]"
39+
"publish_debug_pcd": {
40+
"type": "boolean",
41+
"default": "false",
42+
"description": "Publish a downsampled map pointcloud for debugging"
3843
}
3944
},
4045
"required": [
4146
"distance_threshold",
4247
"use_dynamic_map_loading",
4348
"downsize_ratio_z_axis",
49+
"timer_interval_ms",
4450
"map_update_distance_threshold",
4551
"map_loader_radius",
46-
"timer_interval_ms"
52+
"publish_debug_pcd"
4753
],
4854
"additionalProperties": false
4955
}

0 commit comments

Comments
 (0)