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

add new departSpeed values (trac #2024) #2024

Closed
behrisch opened this issue Nov 23, 2015 · 2 comments
Closed

add new departSpeed values (trac #2024) #2024

behrisch opened this issue Nov 23, 2015 · 2 comments

Comments

@behrisch
Copy link
Contributor

behrisch commented Nov 23, 2015

  • ''max'' should be changed to depart with MSLane::getVehicleMaxSpeed()
  • ''best'' should work as ''max'' does now: depart as fast as possible but allow lower speed if it is necessary for insertion to succeed
  • ''avg'' depart with MIN(MSLane::getVehicleMaxSpeed(), MSLane::getMeanSpeed())
  • ''last'' depart with MIN(MSLane::getVehicleMaxSpeed(), "speed of the last vehicle if it exists")

Note: when using departPos="last" then departSpeed="max" already uses maximum lane speed and does not allow insertion with lower speed.

Migrated from http://sumo.dlr.de/ticket/2024

{
    "status": "assigned", 
    "changetime": "2016-04-06T08:13:27Z", 
    "description": " * ''max'' should be changed to depart with MSLane::getVehicleMaxSpeed()\n * ''best'' should work as ''max'' does now: depart as fast as possible but allow lower speed if it is necessary for insertion to succeed\n * ''avg'' depart with MIN(MSLane::getVehicleMaxSpeed(), MSLane::getMeanSpeed())\n * ''last'' depart with MIN(MSLane::getVehicleMaxSpeed(), <speed of the last vehicle if it exists>)\n", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1459930407476539", 
    "component": "simulation data input", 
    "summary": "add new departSpeed values", 
    "priority": "minor", 
    "keywords": "", 
    "time": "2015-11-23T16:23:12Z", 
    "milestone": "1.0.0", 
    "owner": "namdre", 
    "type": "enhancement"
}
@behrisch
Copy link
Contributor Author

@namdre commented:

alternatively one could keep the behavior of 'max' (for backwards compatibility) and introduce 'laneMax' for getVehicleMaxSpeed() instead.

@behrisch
Copy link
Contributor Author

  • @namdre changed milestone from "0.26.0" to "1.0.0"
  • @namdre changed owner from "" to "namdre"
  • @namdre changed priority from "major" to "minor"
  • @namdre changed status from "new" to "assigned"

@behrisch behrisch added this to the 1.0.0 milestone Oct 28, 2017
@namdre namdre modified the milestones: 1.0.0, 1.1.0 Aug 30, 2018
@behrisch behrisch modified the milestones: 1.1.0, 1.2.0 Dec 19, 2018
@behrisch behrisch removed this from the 1.2.0 milestone Jun 1, 2019
namdre added a commit that referenced this issue Jun 17, 2019
namdre added a commit that referenced this issue Dec 23, 2021
namdre added a commit that referenced this issue Dec 23, 2021
namdre added a commit that referenced this issue Dec 23, 2021
namdre added a commit that referenced this issue Dec 23, 2021
@namdre namdre closed this as completed Dec 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants