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

Allow vehicle to have max speed #257

Open
nreinicke opened this issue Oct 29, 2024 · 0 comments
Open

Allow vehicle to have max speed #257

nreinicke opened this issue Oct 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nreinicke
Copy link
Collaborator

Our current time traversal model uses a speed lookup table to determine the vehicle's speed on any given road link. But, in some instances of "eco-driving" the vehicle might be better suited in driving a speed that is lower than the speed reported by the road network. For example, on an interstate with free flow speeds at or above 80 mph, a battery electric vehicle might save significant energy by reducing its speed by some amount. To that end, we could create a new time traversal model that would permit the vehicle to drive at some percentage of the road network speed. This should be user configurable and smart such a vehicle is not permitted to drive at speeds that are unrealistic (think 20mph on an 80mph interstate).

@nreinicke nreinicke added the enhancement New feature or request label Oct 29, 2024
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

1 participant