Skip to content

Commit

Permalink
replace generateCenterLinePath
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Oct 3, 2024
1 parent 9d69b36 commit e780f77
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,7 @@ FilteredByLanesExtendedObjects NormalLaneChange::filterObjects() const
return {};
}

const auto path =
route_handler->getCenterLinePath(current_lanes, 0.0, std::numeric_limits<double>::max());
const auto & path = common_data_ptr_->current_lanes_path;

auto filtered_by_lanes_objects = filterObjectsByLanelets(objects, path);

Expand Down

0 comments on commit e780f77

Please sign in to comment.