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

Corrected Acceleration Limited Max Speed #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rerouter
Copy link

Previously _cn could never significantly drop below its initial value, leading to cases where low accelerations meant it could never exceed a speed value of about 1361000 / sqrt(acceleration)

This fix is to correct it such that the libraries speed limit is the only thing limiting the maximum speed, This may have the consequence of changing the acceleration scaling at higher speeds slightly, as it no longer rolls off, instead increasing to the cruise phase

Previously _cn could never significantly drop below its initial value, leading to cases where low accelerations meant it could never exceed a speed value of about 1361000 / sqrt(acceleration)

This fix is to correct it such that the libraries speed limit is the only thing limiting the maximum speed, This may have the consequence of changing the acceleration scaling at higher speeds slightly, as it no longer rolls off, instead increasing to the cruise phase
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

Successfully merging this pull request may close these issues.

1 participant