Skip to content
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

Traction Control Improvement #3188

Open
whitespace-rebel opened this issue Oct 8, 2024 · 0 comments
Open

Traction Control Improvement #3188

whitespace-rebel opened this issue Oct 8, 2024 · 0 comments

Comments

@whitespace-rebel
Copy link

Hi everyone,

I'm developing a high torque (660 Nm) RWD sports car, and it is really hard to drive with the keyboard even with traction control on.

The wheels push really hard especially in 3rd and 4th gear.
I looked into the code and realized that wheel slip is fixed at 25%, which is too high for this car.

In source/main/physics/BeamForcesEuler.cpp
you can see this: wheel_slip > 0.25f
It is used once for anti-lock braking and once for the traction control.

My suggestion is to make that 0.25 a variable.
In the .truck file we have the "TractionControl" settings where you can define the wheel slip, but currently it is unused.

Thank you!

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

1 participant