Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 27, 2024
1 parent 6783306 commit 221ad9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ BehaviorModuleOutput DynamicObstacleAvoidanceModule::plan()
// generate drivable lanes
DrivableAreaInfo current_drivable_area_info;
if (parameters_->expand_drivable_area) {
auto current_lanelets = getCurrentLanesFromPath(getPreviousModuleOutput().reference_path, planner_data_);
auto current_lanelets =
getCurrentLanesFromPath(getPreviousModuleOutput().reference_path, planner_data_);
std::for_each(current_lanelets.begin(), current_lanelets.end(), [&](const auto & lanelet) {
current_drivable_area_info.drivable_lanes.push_back(
generateExpandedDrivableLanes(lanelet, planner_data_, parameters_));
Expand Down

0 comments on commit 221ad9e

Please sign in to comment.