Skip to content

Commit

Permalink
chore: fix spelling mistake;
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 committed Apr 18, 2022
1 parent 2093de3 commit 0ffd34f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planning/behavior_path_planner/src/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1773,10 +1773,10 @@ bool checkLaneIsInIntersection(
const auto prohibited_arc_coordinate =
lanelet::utils::getArcCoordinates(lane_change_prohibited_lanes, end_of_route_pose);

constexpr double small_earliear_stopping_buffer = 0.2;
constexpr double small_earlier_stopping_buffer = 0.2;
additional_length_to_add =
prohibited_arc_coordinate.length +
small_earliear_stopping_buffer; // additional a slight "buffer so that vehicle stop earlier"
small_earlier_stopping_buffer; // additional a slight "buffer so that vehicle stop earlier"

return true;
}
Expand Down

0 comments on commit 0ffd34f

Please sign in to comment.