Skip to content

Commit

Permalink
Merge pull request #1444 from tier4/hotfix/v0.32.0/cherry-pick-avoidance
Browse files Browse the repository at this point in the history
fix(static_obstacle_avoidance): remove invalid small shift lines
  • Loading branch information
rej55 authored Aug 6, 2024
2 parents 68ccb48 + 1980f02 commit a250b93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,8 @@ AvoidLineArray ShiftLineGenerator::applyFillGapProcess(
utils::static_obstacle_avoidance::fillAdditionalInfoFromLongitudinal(
data, debug.step1_front_shift_line);

applySmallShiftFilter(ret, 1e-3);

return ret;
}

Expand Down

0 comments on commit a250b93

Please sign in to comment.