Skip to content

Tiretestrig #565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wyj1111kkk opened this issue Apr 18, 2025 · 1 comment
Open

Tiretestrig #565

wyj1111kkk opened this issue Apr 18, 2025 · 1 comment

Comments

@wyj1111kkk
Copy link

Hello, when using TiretestRig in Chrono to simulate tires and deformable surfaces, I output the slip ratio and found that the slip ratio calculation is only for braking conditions, i.e., s = wr/v - 1; whereas the slip ratio calculation when the tire is driven is s = 1 - v/wr. Here, s represents the slip ratio, w is the angular velocity of the tire, r is the tire radius, and v is the longitudinal speed of the tire. If I want to make modifications, where should I start?

@rserban
Copy link
Member

rserban commented Apr 18, 2025

There was a discussion related to this on the Chrono user forum (since people tend not to sign their posts, I don't know if that was you or someone else).

What I answered on the forum is that the definition of longitudinal slip is a matter of convention, as there is no universally accepted definition. In Chrono::Vehicle, we use the definition from SAE J670 (which is also used by other tools, such as Adams Car).

Here's a figure that shows the longitudinal slip with the formula used in Chrono, for different linear and angular velocities:
Image

By the way, if you want to use a different formula, you can do so in the user-code, as you have access to all necessary quantities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants