Skip to content

Commit

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

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

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 authored Aug 30, 2022
1 parent 7224909 commit 7a94f46
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 7a94f46

Please sign in to comment.