diff --git a/planning/behavior_path_planner/src/utils/utils.cpp b/planning/behavior_path_planner/src/utils/utils.cpp index 7f725ebd9bdae..c8be30d81d3f1 100644 --- a/planning/behavior_path_planner/src/utils/utils.cpp +++ b/planning/behavior_path_planner/src/utils/utils.cpp @@ -1863,6 +1863,7 @@ std::vector calcBound( return motion_utils::removeOverlapPoints(to_ros_point(bound_points)); } + lanelet::ConstPoints3d getIntersectionPointsForBoundWithParkingSpace( const lanelet::ConstPoints3d & drivable_lane_bound, const lanelet::ConstPolygon3d & parking_lot, bool is_left)