Skip to content

Commit

Permalink
feat: update grid size for ground segmentation
Browse files Browse the repository at this point in the history
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 committed Nov 13, 2024
1 parent 16506f2 commit 093879d
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 093879d

Please sign in to comment.