File tree 1 file changed +2
-3
lines changed
planning/behavior_path_start_planner_module/src
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -683,9 +683,8 @@ bool StartPlannerModule::findPullOutPath(
683
683
// extract stop objects in pull out lane for collision check
684
684
const auto stop_objects = utils::path_safety_checker::filterObjectsByVelocity (
685
685
*dynamic_objects, parameters_->th_moving_object_velocity );
686
- auto [pull_out_lane_stop_objects, others] =
687
- utils::path_safety_checker::separateObjectsByLanelets (
688
- stop_objects, pull_out_lanes, utils::path_safety_checker::isPolygonOverlapLanelet);
686
+ auto [pull_out_lane_stop_objects, others] = utils::path_safety_checker::separateObjectsByLanelets (
687
+ stop_objects, pull_out_lanes, utils::path_safety_checker::isPolygonOverlapLanelet);
689
688
utils::path_safety_checker::filterObjectsByClass (
690
689
pull_out_lane_stop_objects, parameters_->object_types_to_check_for_path_generation );
691
690
You can’t perform that action at this time.
0 commit comments