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 does not update tractionAdvanceDrop when only auxspeed changes and vss does not change #6520

Open
ggurov opened this issue May 15, 2024 · 0 comments

Comments

@ggurov
Copy link

ggurov commented May 15, 2024

Describe the bug
tractionAdvanceDrop does not update if VehicleSpeed stays static but AuxSpeed1 updates

Hardware

  • Board: f767 nucleo
  • Engine info : dual arduino uno generating wheel speed

To Reproduce
Steps to reproduce the behavior:

  1. Hook up two pulse generators to inputs, configure them as VSS and AuxSpeed1

  2. set up traction control table as:
    image

  3. output wheel slip, vss, auxspeed1, and tractionAdvanceDrop

  4. Vary vehicleSpeed to impact slip, watch tractionAdvanceDrop change

  5. vary auxspeed1 to impact slip, watch tractionAdvanceDrop not update

  6. end up in a ditch cause trac didn't work

Expected behavior
auxSpeed1 to update tractionAdvanceDrop and apply to timing advance

Screenshots
image

log : 2024-05-15_17.12.32.zip

tune: 2024-05-15_17.31.10.zip

video: https://youtu.be/hEB-RMHkvH4

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