Skip to content

Commit a250b93

Browse files
authored
Merge pull request #1444 from tier4/hotfix/v0.32.0/cherry-pick-avoidance
fix(static_obstacle_avoidance): remove invalid small shift lines
2 parents 68ccb48 + 1980f02 commit a250b93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/src/shift_line_generator.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,8 @@ AvoidLineArray ShiftLineGenerator::applyFillGapProcess(
827827
utils::static_obstacle_avoidance::fillAdditionalInfoFromLongitudinal(
828828
data, debug.step1_front_shift_line);
829829

830+
applySmallShiftFilter(ret, 1e-3);
831+
830832
return ret;
831833
}
832834

0 commit comments

Comments
 (0)