Skip to content

Commit 74ca3ab

Browse files
authored
feat(goal_planner): do not insert shift end pose on pull over lane to path (#9361)
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 8607045 commit 74ca3ab

File tree

1 file changed

+0
-3
lines changed
  • planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/pull_over_planner

1 file changed

+0
-3
lines changed

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/src/pull_over_planner/shift_pull_over.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ std::optional<PullOverPath> ShiftPullOver::generatePullOverPath(
206206
shifted_path.path.points = autoware::motion_utils::removeOverlapPoints(shifted_path.path.points);
207207
autoware::motion_utils::insertOrientation(shifted_path.path.points, true);
208208

209-
// set same orientation, because the reference center line orientation is not same to the
210-
shifted_path.path.points.back().point.pose.orientation = shift_end_pose.orientation;
211-
212209
// for debug. result of shift is not equal to the target
213210
const Pose actual_shift_end_pose = shifted_path.path.points.back().point.pose;
214211

0 commit comments

Comments
 (0)