Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Sep 5, 2023
1 parent b4fa5b9 commit 5b656dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ lanelet::ConstLanelets getPullOverLanes(
const Pose goal_pose = route_handler.getOriginalGoalPose();

// Buffer to get enough lanes in front of the goal, need much longer than the pull over distance.
// In the case of loop lanes, it may not be possible to extend the lane forward.
// todo(kosuek55): automatically calculates this distance.
const double backward_distance_with_buffer = backward_distance + 100;

Expand Down

0 comments on commit 5b656dc

Please sign in to comment.