diff --git a/simulation/simple_sensor_simulator/src/vehicle_simulation/ego_entity_simulation.cpp b/simulation/simple_sensor_simulator/src/vehicle_simulation/ego_entity_simulation.cpp index 75dd7b23d6b..1e957f4fc9a 100644 --- a/simulation/simple_sensor_simulator/src/vehicle_simulation/ego_entity_simulation.cpp +++ b/simulation/simple_sensor_simulator/src/vehicle_simulation/ego_entity_simulation.cpp @@ -338,10 +338,10 @@ void EgoEntitySimulation::update( break; case VehicleModelType::DELAY_STEER_ACC_GEARED_WO_FALL_GUARD: - input(0) = autoware->getAcceleration(); + input(0) = acceleration; input(1) = autoware->getGearCommand().command; input(2) = acceleration_by_slope; - input(3) = autoware->getSteeringAngle(); + input(3) = tire_angle; break; case VehicleModelType::DELAY_STEER_VEL: