pub fn compute_slip_angle(vy: f64, vx: f64) -> f64Expand description
Compute the slip angle from tire velocity components.
vy— lateral velocity component of the tire contact point (m/s)vx— longitudinal velocity component (m/s)
Returns slip angle in radians.