Skip to content

Commit

Permalink
fix (start_planner): remove cut overlapped lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
kosuke55 committed Jul 20, 2023
1 parent de5888b commit 1efe1c5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ boost::optional<PullOutPath> ShiftPullOut::plan(Pose start_pose, Pose goal_pose)
continue;
}

// Generate drivable area
// for old architecture
// NOTE: drivable_area_info is assigned outside this function.
const auto shorten_lanes = utils::cutOverlappedLanes(shift_path, drivable_lanes);
utils::generateDrivableArea(
shift_path, shorten_lanes, false, common_parameters.vehicle_length, planner_data_);

shift_path.header = planner_data_->route_handler->getRouteHeader();

return pull_out_path;
Expand Down

0 comments on commit 1efe1c5

Please sign in to comment.