Skip to content

Commit

Permalink
feat(out_of_lane): also apply lat buffer between the lane and stop pose
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem committed Jul 26, 2024
1 parent 8b481cc commit e3ebacb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ std::optional<SlowdownToInsert> calculate_slowdown_point(
const std::optional<SlowdownToInsert> prev_slowdown_point, PlannerParam params)
{
params.extra_front_offset += params.dist_buffer;
params.extra_right_offset += params.dist_buffer;
params.extra_left_offset += params.dist_buffer;
const auto base_footprint = make_base_footprint(params);

// search for the first slowdown decision for which a stop point can be inserted
Expand Down

0 comments on commit e3ebacb

Please sign in to comment.