Skip to content

Commit 54e649c

Browse files
soblinkarishma1911
authored andcommitted
feat(goal_planner): align z-height of road_shoulder (autowarefoundation#6854)
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
1 parent fbcd4be commit 54e649c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

planning/behavior_path_goal_planner_module/src/shift_pull_over.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ std::optional<PullOverPath> ShiftPullOver::generatePullOverPath(
220220
shifted_path.path.points.push_back(p);
221221
}
222222

223-
// set the same z as the goal
224-
for (auto & p : shifted_path.path.points) {
225-
p.point.pose.position.z = goal_pose.position.z;
226-
}
227-
228223
// set lane_id and velocity to shifted_path
229224
for (size_t i = path_shifter.getShiftLines().front().start_idx;
230225
i < shifted_path.path.points.size() - 1; ++i) {

0 commit comments

Comments
 (0)