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

Commits on Sep 10, 2023

  1. Corrected Acceleration Limited Max Speed

    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
    Rerouter authored Sep 10, 2023
    Configuration menu
    Copy the full SHA
    609a8f8 View commit details
    Browse the repository at this point in the history