Skip to content

Commit

Permalink
Replace obsolete member function call with new one
Browse files Browse the repository at this point in the history
Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
  • Loading branch information
yamacir-kit committed Mar 4, 2025
1 parent 279404e commit a3b6059
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3b6059

Please sign in to comment.