Skip to content

Commit 641b116

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

File tree

1 file changed

+35
-3
lines changed

1 file changed

+35
-3
lines changed

perception/compare_map_segmentation/schema/voxel_distance_based_compare_map_filter.schema.json

+35-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,37 @@
2020
"type": "number",
2121
"default": "0.5",
2222
"description": "Positive ratio to reduce voxel_leaf_size and neighbor point distance threshold in z axis"
23+
},
24+
"timer_interval_ms": {
25+
"type": "number",
26+
"default": "100",
27+
"description": "Timer interval to load map points [ms]"
28+
},
29+
"map_update_distance_threshold": {
30+
"type": "number",
31+
"default": "10.0",
32+
"description": "Threshold distance to update map points with input points [m]"
33+
},
34+
"map_loader_radius": {
35+
"type": "number",
36+
"default": "150.0",
37+
"description": "Radius to load map points [m]"
38+
},
39+
"publish_debug_pcd": {
40+
"type": "boolean",
41+
"default": "false",
42+
"description": "Publish a downsampled map pointcloud for debugging"
2343
}
2444
},
25-
"required": ["distance_threshold", "use_dynamic_map_loading", "downsize_ratio_z_axis"],
45+
"required": [
46+
"distance_threshold",
47+
"use_dynamic_map_loading",
48+
"downsize_ratio_z_axis",
49+
"timer_interval_ms",
50+
"map_update_distance_threshold",
51+
"map_loader_radius",
52+
"publish_debug_pcd"
53+
],
2654
"additionalProperties": false
2755
}
2856
},
@@ -34,10 +62,14 @@
3462
"$ref": "#/definitions/voxel_distance_based_compare_map_filter"
3563
}
3664
},
37-
"required": ["ros__parameters"],
65+
"required": [
66+
"ros__parameters"
67+
],
3868
"additionalProperties": false
3969
}
4070
},
41-
"required": ["/**"],
71+
"required": [
72+
"/**"
73+
],
4274
"additionalProperties": false
4375
}

0 commit comments

Comments
 (0)