From 25a088b782ab2728452ecf2d770ea54cb74035a1 Mon Sep 17 00:00:00 2001 From: Mateusz Palczuk Date: Wed, 18 Dec 2024 10:04:28 +0100 Subject: [PATCH] Fix typo Signed-off-by: Mateusz Palczuk --- simulation/traffic_simulator/src/entity/ego_entity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulation/traffic_simulator/src/entity/ego_entity.cpp b/simulation/traffic_simulator/src/entity/ego_entity.cpp index f511c3d261b..ce326090f58 100644 --- a/simulation/traffic_simulator/src/entity/ego_entity.cpp +++ b/simulation/traffic_simulator/src/entity/ego_entity.cpp @@ -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.");