Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 committed May 10, 2022
1 parent 655d919 commit 514594b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ bool ParallelParkingPlanner::plan(
} else {
// When turning backward to the left, the front right goes out,
// so make the parking start point in front for seach no lane departure path
// (same to Equivalent to reducing the steer angle)
// (same to reducing the steer angle)
for (double dx = 0; dx < 10; dx += 0.5) {
if (planOneTraial(goal_pose, dx, R_E_min_, lanes, is_forward)) return true;
}
Expand Down

0 comments on commit 514594b

Please sign in to comment.