Skip to content

Commit

Permalink
Revert "tmp"
Browse files Browse the repository at this point in the history
This reverts commit 375bb91.
  • Loading branch information
kosuke55 committed Apr 25, 2023
1 parent 375bb91 commit df86783
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2522,13 +2522,8 @@ void AvoidanceModule::generateExtendedDrivableArea(BehaviorModuleOutput & output

current_drivable_lanes_vec.push_back(current_drivable_lanes);
}

#ifdef USE_OLD_ARCHITECTURE
output.drivable_lanes = current_drivable_lanes_vec;
#else
output.drivable_lanes = utils::combineDrivableLanes(
getPreviousModuleOutput().drivable_lanes, current_drivable_lanes_vec);
#endif

{
const auto & p = planner_data_->parameters;
Expand Down

0 comments on commit df86783

Please sign in to comment.