Skip to content

Commit

Permalink
fix(behavior_path_planner): geometric parallel parking debug pose (ti…
Browse files Browse the repository at this point in the history
…er4#1731)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored and boyali committed Oct 3, 2022
1 parent 71b1bb1 commit f37def7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ std::vector<PathWithLaneId> GeometricParallelParking::planOneTrial(
// debug
Cr_.pose = Cr;
Cr_.header = planner_data_->route_handler->getRouteHeader();
Cr_.pose = Cr;
Cr_.header = planner_data_->route_handler->getRouteHeader();
Cl_.pose = Cl;
Cl_.header = planner_data_->route_handler->getRouteHeader();
start_pose_.pose = start_pose;
start_pose_.header = planner_data_->route_handler->getRouteHeader();
arc_end_pose_.pose = arc_end_pose;
Expand Down

0 comments on commit f37def7

Please sign in to comment.