Skip to content

Commit

Permalink
feat(occupancy_grid_based_outlier_fillter): add config file to autowa…
Browse files Browse the repository at this point in the history
…re_launch (#1137)

* feat: add config file

Signed-off-by: yoshiri <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: yoshiri <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
YoshiRi and pre-commit-ci[bot] authored Aug 27, 2024
1 parent 99856d1 commit d9ee561
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**:
ros__parameters:
radius_search_2d_filter.search_radius: 1.0f
radius_search_2d_filter.min_points_and_distance_ratio: 400.0f
radius_search_2d_filter.min_points: 4
radius_search_2d_filter.max_points: 70
radius_search_2d_filter.max_filter_points_nb: 15000
map_frame: "map"
base_link_frame: "base_link"
cost_threshold: 45
use_radius_search_2d_filter: true
enable_debugger: false

0 comments on commit d9ee561

Please sign in to comment.