Skip to content

Commit

Permalink
feat(goal_planner): do not insert shift end pose on pull over lane to…
Browse files Browse the repository at this point in the history
… path (#9361)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Nov 21, 2024
1 parent 8607045 commit 74ca3ab
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ std::optional<PullOverPath> ShiftPullOver::generatePullOverPath(
shifted_path.path.points = autoware::motion_utils::removeOverlapPoints(shifted_path.path.points);
autoware::motion_utils::insertOrientation(shifted_path.path.points, true);

// set same orientation, because the reference center line orientation is not same to the
shifted_path.path.points.back().point.pose.orientation = shift_end_pose.orientation;

// for debug. result of shift is not equal to the target
const Pose actual_shift_end_pose = shifted_path.path.points.back().point.pose;

Expand Down

0 comments on commit 74ca3ab

Please sign in to comment.