Skip to content

Commit

Permalink
feat(obstacle_segmentation): relax ground_segmentation threshold
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi committed Feb 28, 2024
1 parent 7b74bd7 commit 66eef55
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@
split_points_distance_tolerance: 0.2
use_virtual_ground_point: True
split_height_distance: 0.2
radial_divider_angle_deg: 1.0
non_ground_height_threshold: 0.20
grid_size_m: 0.5
grid_mode_switch_radius: 20.0
gnd_grid_buffer_size: 4
detection_range_z_max: 2.5
elevation_grid_mode: true

# common_ground_filter:
# plugin: "ground_segmentation::RayGroundFilterComponent"
Expand Down Expand Up @@ -54,9 +59,9 @@
min_points: 400
min_inliers: 200
max_iterations: 50
height_threshold: 0.15
height_threshold: 0.10
plane_slope_threshold: 10.0
voxel_size_x: 0.2
voxel_size_y: 0.2
voxel_size_z: 0.2
voxel_size_x: 0.1
voxel_size_y: 0.1
voxel_size_z: 0.1
debug: False

0 comments on commit 66eef55

Please sign in to comment.