Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Palczuk <mateusz.palczuk@robotec.ai>
  • Loading branch information
TauTheLepton committed Dec 18, 2024
1 parent f7d75ec commit 25a088b
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 @@ -286,7 +286,7 @@ auto EgoEntity::requestSpeedChange(

auto EgoEntity::requestSynchronize(
const std::string & /*target_name*/, const LaneletPose & /*target_sync_pose*/,
const LaneletPose & /*entity_targe*/ t, const double /*target_speed*/, const double /*tolerance*/)
const LaneletPose & /*entity_target*/, const double /*target_speed*/, const double /*tolerance*/)
-> bool
{
THROW_SYNTAX_ERROR("Request synchronize is only for non-ego entities.");
Expand Down

0 comments on commit 25a088b

Please sign in to comment.