Skip to content

Commit

Permalink
Update simulator/simple_planning_simulator/src/simple_planning_simula…
Browse files Browse the repository at this point in the history
…tor/vehicle_model/sim_model_delay_steer_vel.cpp
  • Loading branch information
TakaHoribe authored Feb 5, 2024
1 parent b3e9f71 commit 8101055
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ double SimModelDelaySteerVel::getAx()
double SimModelDelaySteerVel::getWz()
{
return state_(IDX::VX) * std::tan(state_(IDX::STEER)) / wheelbase_;
;
}
double SimModelDelaySteerVel::getSteer()
{
Expand Down

0 comments on commit 8101055

Please sign in to comment.