Skip to content

Commit

Permalink
fix build error
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 Nov 29, 2024
1 parent 7ddfbdb commit 69e9625
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,7 @@ bool NormalLaneChange::has_collision_with_decel_patterns(
acceleration_values.begin(), acceleration_values.end(), acceleration_values.begin(),
[&](double n) { return lane_changing_acc + n * acc_resolution; });

const auto stopped_obj_vel_th = lane_change_parameters_->safety.th_stopped_object_velocity;
const auto all_collided = std::all_of(
acceleration_values.begin(), acceleration_values.end(), [&](const auto acceleration) {
const auto ego_predicted_path = utils::lane_change::convert_to_predicted_path(
Expand Down

0 comments on commit 69e9625

Please sign in to comment.