Skip to content

Commit

Permalink
refactor(utils): remove unnecessary drivable area generation
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Aug 3, 2023
1 parent 48e10b5 commit 228e43e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions planning/behavior_path_planner/src/utils/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2785,10 +2785,6 @@ BehaviorModuleOutput getReferencePath(
shorten_lanes, dp.drivable_area_left_bound_offset, dp.drivable_area_right_bound_offset,
dp.drivable_area_types_to_skip);

// for old architecture
generateDrivableArea(
reference_path, expanded_lanes, false, false, p.vehicle_length, planner_data);

BehaviorModuleOutput output;
output.path = std::make_shared<PathWithLaneId>(reference_path);
output.reference_path = std::make_shared<PathWithLaneId>(reference_path);
Expand Down

0 comments on commit 228e43e

Please sign in to comment.