I'm trying to calculate the slip angle of a tire and then feed it to the Pacejka Magic Formula to get the lateral force.
The slip angle formula goes like this:
Slip Angle = Atan(tire's lateral Velocity / tire's longitudinal velocity)
But in order to get the tire lateral and longitudinal velocities, I need the velocity at the tire's contact patch point.
So the question is how to calculate the tire's contact patch point velocity :D
Any answer would be appreciated <3