Skip to content

Commit

Permalink
fixup! feat(avoidance): suppress unnecessary avoidance path
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi-ota committed Nov 18, 2023
1 parent 7b9b2da commit 2d476e8
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,6 @@ using behavior_path_planner::utils::path_safety_checker::PredictedPathWithPolygo

bool isOnRight(const ObjectData & obj);

bool isVehicleTypeObject(const ObjectData & object);

bool isWithinCrosswalk(
const ObjectData & object,
const std::shared_ptr<const lanelet::routing::RoutingGraphContainer> & overall_graphs);

bool isWithinIntersection(
const ObjectData & object, const std::shared_ptr<RouteHandler> & route_handler);

bool isTargetObjectType(
const PredictedObject & object, const std::shared_ptr<AvoidanceParameters> & parameters);

bool isObjectOnRoadShoulder(
ObjectData & object, std::shared_ptr<RouteHandler> & route_handler,
std::shared_ptr<AvoidanceParameters> & parameters);

double calcShiftLength(
const bool & is_object_on_right, const double & overhang_dist, const double & avoid_margin);

Expand Down
Loading

0 comments on commit 2d476e8

Please sign in to comment.