Skip to content

Commit

Permalink
fix: compare map filter param (#291)
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen authored Apr 18, 2023
1 parent fc12862 commit a26a821
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
/**:
ros__parameters:
# use downsample filter before compare map
use_down_sample_filter: False
use_dynamic_map_loading: True

# voxel size for downsample filter
down_sample_voxel_size: 0.1

# distance threshold for compare compare
distance_threshold: 0.5

# publish voxelized map pointcloud for debug
publish_debug_pcd: False

# use dynamic map loading
use_dynamic_map_loading: True

# time interval to check dynamic map loading
timer_interval_ms: 100

# distance threshold for dynamic map update
map_update_distance_threshold: 10.0

# radius map for dynamic map loading
map_loader_radius: 150.0

0 comments on commit a26a821

Please sign in to comment.