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

Prevent an overload in regenerative braking #101

Open
peladillas opened this issue Nov 10, 2020 · 0 comments
Open

Prevent an overload in regenerative braking #101

peladillas opened this issue Nov 10, 2020 · 0 comments

Comments

@peladillas
Copy link

To prevent an overload in regenerative braking, it might be convenient to add a maximum speed for which it can regenerate or a factor of 0.xx when it is higher than 25

if (speed>5 and speed<25){ regenerative braking... } else if (speed>25) { beep,beep,beep,... }

or
if (speed>5 and speed<25){ regenerative_braking() } else if (speed>25) { regenerative_braking.intensity=25/speed regenerative_braking(). }

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