Skip to content

Commit

Permalink
fix(behavior_path_planner): minimum distance for lane change (autowar…
Browse files Browse the repository at this point in the history
…efoundation#2413)

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>

Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 committed Dec 13, 2022
1 parent cdbbfc6 commit 8c79336
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,10 @@ bool isSafeInFreeSpaceCollisionCheck(

double calcTotalLaneChangeDistanceWithBuffer(const BehaviorPathPlannerParameters & common_param);

bool checkPathRelativeAngle(const PathWithLaneId & path, const double angle_threshold);

double calcTotalLaneChangeDistanceWithBuffer(const BehaviorPathPlannerParameters & common_param);

double calcLaneChangeBuffer(
const BehaviorPathPlannerParameters & common_param, const int num_lane_change,
const double length_to_intersection);
Expand Down

0 comments on commit 8c79336

Please sign in to comment.