Skip to content

Commit

Permalink
feat(scan_ground_filter): update grid size for ground segmentation (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#1223)

feat: update grid size for ground segmentation

The grid size for ground segmentation has been updated from 0.1 to 0.5. This change improves the performance with the new grid data structure.

Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin authored Nov 26, 2024
1 parent 6f09415 commit 350083c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use_virtual_ground_point: True
split_height_distance: 0.2
non_ground_height_threshold: 0.20
grid_size_m: 0.1
grid_size_m: 0.5
grid_mode_switch_radius: 20.0
gnd_grid_buffer_size: 4
detection_range_z_max: 2.5
Expand Down

0 comments on commit 350083c

Please sign in to comment.