Skip to content

Commit 8cb2723

Browse files
committed
fix(static_obstacle_avoidance): remove invalid small shift lines (autowarefoundation#8344)
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
1 parent 069d98c commit 8cb2723

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)