File tree 1 file changed +11
-5
lines changed
perception/compare_map_segmentation/schema
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 21
21
"default" : " 0.5" ,
22
22
"description" : " Positive ratio to reduce voxel_leaf_size and neighbor point distance threshold in z axis"
23
23
},
24
+ "timer_interval_ms" : {
25
+ "type" : " number" ,
26
+ "default" : " 100" ,
27
+ "description" : " Timer interval to load map points [ms]"
28
+ },
24
29
"map_update_distance_threshold" : {
25
30
"type" : " number" ,
26
31
"default" : " 10.0" ,
31
36
"default" : " 150.0" ,
32
37
"description" : " Radius to load map points [m]"
33
38
},
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 "
38
43
}
39
44
},
40
45
"required" : [
41
46
" distance_threshold" ,
42
47
" use_dynamic_map_loading" ,
43
48
" downsize_ratio_z_axis" ,
49
+ " timer_interval_ms" ,
44
50
" map_update_distance_threshold" ,
45
51
" map_loader_radius" ,
46
- " timer_interval_ms "
52
+ " publish_debug_pcd "
47
53
],
48
54
"additionalProperties" : false
49
55
}
You can’t perform that action at this time.
0 commit comments