Skip to content

Commit a26a821

Browse files
authored
fix: compare map filter param (#291)
Signed-off-by: badai-nguyen <[email protected]>
1 parent fc12862 commit a26a821

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
/**:
22
ros__parameters:
3+
# use downsample filter before compare map
34
use_down_sample_filter: False
4-
use_dynamic_map_loading: True
5+
6+
# voxel size for downsample filter
57
down_sample_voxel_size: 0.1
8+
9+
# distance threshold for compare compare
610
distance_threshold: 0.5
11+
12+
# publish voxelized map pointcloud for debug
13+
publish_debug_pcd: False
14+
15+
# use dynamic map loading
16+
use_dynamic_map_loading: True
17+
18+
# time interval to check dynamic map loading
719
timer_interval_ms: 100
20+
21+
# distance threshold for dynamic map update
822
map_update_distance_threshold: 10.0
23+
24+
# radius map for dynamic map loading
925
map_loader_radius: 150.0

0 commit comments

Comments
 (0)