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

Adapt acceleration/deceleration depending on current speed #10

Open
quajak opened this issue Apr 4, 2021 · 1 comment
Open

Adapt acceleration/deceleration depending on current speed #10

quajak opened this issue Apr 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@quajak
Copy link
Collaborator

quajak commented Apr 4, 2021

getAdaptedThrottle currently works both when accelerating and decelerating.

@jschirrmacher
Copy link
Owner

If we would do so, the car could easily overturn. In fact, it already does so, if we break from 100% throttle or even if we use a negative acceleration from a high positive speed. So, it should be more desirable to actually decrease the deceleration speed.

Maybe we should make it depend on the actual speed of the car.

@quajak quajak changed the title Remove limit on deceleration speed? Adapt acceleration/deceleration depending on current speed Apr 13, 2021
@jschirrmacher jschirrmacher added the enhancement New feature or request label Apr 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants