Skip to content

Commit

Permalink
feat: update recheck threshold for ground cluster classification
Browse files Browse the repository at this point in the history
  • Loading branch information
technolojin committed Nov 14, 2024
1 parent 555b527 commit dfb4447
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,7 @@ void ScanGroundFilterComponent::classifyPointCloudGridScan(
const bool is_recheck_area = ground_cluster.getAverageRadius() > grid_mode_switch_radius_;
if (use_recheck_ground_cluster_ && is_recheck_area) {
recheckGroundCluster(
ground_cluster, non_ground_height_threshold_, use_lowest_point_,
out_no_ground_indices);
ground_cluster, non_ground_height_threshold_, use_lowest_point_, out_no_ground_indices);
}
curr_gnd_grid.radius = ground_cluster.getAverageRadius();
curr_gnd_grid.avg_height = ground_cluster.getAverageHeight();
Expand Down

0 comments on commit dfb4447

Please sign in to comment.