Skip to content

Commit

Permalink
fix unnecessary changes
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
  • Loading branch information
zulfaqar-azmi-t4 committed Dec 18, 2023
1 parent 6b1e0a7 commit fdc06bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class AvoidanceHelper
double getAvoidanceEgoSpeed() const
{
const auto & values = parameters_->velocity_map;

const auto idx = getConstraintsMapIndex(getEgoSpeed(), values);
return std::max(getEgoSpeed(), values.at(idx));
}
Expand Down

0 comments on commit fdc06bf

Please sign in to comment.