Skip to content

Commit

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

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

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored and 1222-takeshi committed Oct 13, 2022
1 parent 128a5e5 commit b046b5e
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 b046b5e

Please sign in to comment.