Skip to main content

compute_slip_angle

Function compute_slip_angle 

Source
pub fn compute_slip_angle(vy: f64, vx: f64) -> f64
Expand 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.