Skip to content

Commit

Permalink
fix(start_planner): fix geometric pull out stop point (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#3994)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Sep 12, 2023
1 parent 141137b commit 9ca3e27
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ bool GeometricParallelParking::planPullOut(
// set pull_out velocity to arc paths and 0 velocity to end point
constexpr bool set_stop_end = false;
setVelocityToArcPaths(arc_paths, parameters_.pull_out_velocity, set_stop_end);
arc_paths.back().points.front().point.longitudinal_velocity_mps = 0.0;

// combine the road center line path with the second arc path
auto paths = arc_paths;
Expand Down

0 comments on commit 9ca3e27

Please sign in to comment.