Skip to content

Commit

Permalink
fix(ego_entity): remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoszynski committed Jan 25, 2024
1 parent fb4f1ab commit eba9cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation/traffic_simulator/src/entity/ego_entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ auto EgoEntity::setStatusExternally(const CanonicalizedEntityStatus & status) ->
externally_updated_status_ = status;
}

void EgoEntity::requestSpeedChange(double value, bool continuous)
void EgoEntity::requestSpeedChange(double value, bool /*continuous*/)
{
target_speed_ = value;
field_operator_application->restrictTargetSpeed(value);
Expand Down

0 comments on commit eba9cc1

Please sign in to comment.