Skip to content

Commit f30268c

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

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

-5
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)