Skip to content

Commit

Permalink
Update planning/behavior_path_planner/autoware_behavior_path_lane_cha…
Browse files Browse the repository at this point in the history
…nge_module/src/utils/utils.cpp

Co-authored-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
mkquda and zulfaqar-azmi-t4 authored Nov 27, 2024
1 parent bf669d2 commit c7c2093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ bool isParkedObject(

bool is_delay_lane_change(
const CommonDataPtr & common_data_ptr, const LaneChangePath & lane_change_path,
const std::vector<ExtendedPredictedObject> & target_objects,
const ExtendedPredictedObjects & target_objects,
CollisionCheckDebugMap & object_debug)
{
const auto & current_lane_path = common_data_ptr->current_lanes_path;
Expand Down

0 comments on commit c7c2093

Please sign in to comment.