Skip to content

Commit

Permalink
fix(pointcloud_map_filter): add threshold for split map grid size (au…
Browse files Browse the repository at this point in the history
…towarefoundation#1184)

* fix(pointcloud_map_filter): add param

Signed-off-by: badai-nguyen <[email protected]>

* fix: disable dynamic map loader for default unsplit-map

Signed-off-by: badai-nguyen <[email protected]>

---------

Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen authored Oct 17, 2024
1 parent 565568d commit c9022ac
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
publish_debug_pcd: False

# use dynamic map loading
use_dynamic_map_loading: True
use_dynamic_map_loading: False

# time interval to check dynamic map loading
timer_interval_ms: 100
Expand All @@ -24,3 +24,6 @@

# radius map for dynamic map loading
map_loader_radius: 150.0

# Threshold of grid size to split map pointcloud
max_map_grid_size: 100.0

0 comments on commit c9022ac

Please sign in to comment.