File tree 2 files changed +230
-126
lines changed
planning/behavior_path_planner
include/behavior_path_planner/utils
2 files changed +230
-126
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,15 @@ std::vector<geometry_msgs::msg::Point> calcBound(
231
231
const bool enable_expanding_hatched_road_markings, const bool enable_expanding_intersection_areas,
232
232
const bool is_left);
233
233
234
+ std::vector<lanelet::ConstPoint3d> getBoundWithHatchedRoadMarkings (
235
+ const std::vector<lanelet::ConstPoint3d> & original_bound,
236
+ const std::shared_ptr<RouteHandler> & route_handler);
237
+
238
+ std::vector<lanelet::ConstPoint3d> getBoundWithIntersectionAreas (
239
+ const std::vector<lanelet::ConstPoint3d> & original_bound,
240
+ const std::shared_ptr<RouteHandler> & route_handler,
241
+ const std::vector<DrivableLanes> & drivable_lanes, const bool is_left);
242
+
234
243
boost::optional<size_t > getOverlappedLaneletId (const std::vector<DrivableLanes> & lanes);
235
244
std::vector<DrivableLanes> cutOverlappedLanes (
236
245
PathWithLaneId & path, const std::vector<DrivableLanes> & lanes);
You can’t perform that action at this time.
0 commit comments