Skip to content

Commit

Permalink
fix: tuning ground segmentation
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
  • Loading branch information
badai-nguyen committed Jan 30, 2024
1 parent ac0b44b commit 8366335
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,6 @@ void ScanGroundFilterComponent::classifyPointCloudGridScan(
p->radius - gnd_grids.back().radius < gnd_grid_continual_thresh_ * p->grid_size) {
checkContinuousGndGrid(*p, gnd_grids);

} else if (p->radius - gnd_grids.back().radius < gnd_grid_continual_thresh_ * p->grid_size) {
checkDiscontinuousGndGrid(*p, gnd_grids);
} else {
checkBreakGndGrid(*p, gnd_grids);
}
Expand Down

0 comments on commit 8366335

Please sign in to comment.