Skip to content

Vehicle Wheel Speeds Unstable #96

Answered by gyeomannvidia
farbod1277 asked this question in Q&A
Discussion options

You must be logged in to vote

This is a consequence of a singularity in the tire longitudinal slip.

If w is the wheel angular rotation speed, r is the wheel radius and vz is the rigid body velocity at the bottom of the wheel then we have:

longSlip = (w * r - vz)/|vz|

A rough approximation of the longitudinal force is a linear function of longitudinal slip:

longForce = longStiffness * longSlip

The problem is that at low forward speed (vz very near 0.0) we have a singularity in the longitudinal slip and force. For |vz| < 1.0 we have a large variability in long slip because small changes in vz lead to huge changes in longForce.

When the vehicle slows down under damping and drag forces, we linearly interpolate between t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by farbod1277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants