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 options for dealing with collisions and near-collisions (trac #1102) #1102

Closed
behrisch opened this issue Dec 9, 2013 · 12 comments
Closed
Assignees
Milestone

Comments

@behrisch
Copy link
Contributor

behrisch commented Dec 9, 2013

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above decel to maintain vSafe). This is instead implemented as vType attribute ''emergencyDecel''
--collision.threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision.action STR (off,warn,teleport)
--collision.stoptime TIME (both vehicles stop for the given time before 'action' is taken)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

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

{
    "status": "closed", 
    "changetime": "2017-09-28T07:19:14Z", 
    "description": "--mingap-violation  factor [0,1] do not consider as collision if minGap*factor is kept\n~~--emergency-decel  factor (allow decelerations above decel to maintain vSafe)~~. This is instead implemented as vType attribute ''emergencyDecel''\n--collision.threshold (m) ignore collisions if overlap (including minGap) is less than this value\n~~--collision.action STR (off,warn,teleport)~~\n~~--collision.stoptime TIME (both vehicles stop for the given time before 'action' is taken)~~\n\nif minGap (including factor) cannot be maintained emergency-decel comes into effect\n\n\n\n\n\n\n", 
    "reporter": "namdre", 
    "cc": "", 
    "resolution": "fixed", 
    "_ts": "1506583154641897", 
    "component": "simulation general (micro)", 
    "summary": "add options for dealing with collisions and near-collisions", 
    "priority": "major", 
    "keywords": "", 
    "time": "2013-12-09T11:32:01Z", 
    "milestone": "2.0.0", 
    "owner": "namdre", 
    "type": "enhancement"
}
@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre changed description from:

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above deel to maintain vSafe)
--collision-threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision-handling STR (off,warn,teleport)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

to:

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above decel to maintain vSafe)
--collision-threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision-handling STR (off,warn,teleport)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@behrisch changed milestone from "0.21.0" to "2.0.0"

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre changed description from:

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above decel to maintain vSafe)
--collision-threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision-handling STR (off,warn,teleport)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

to:

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above decel to maintain vSafe)
--collision.threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision.action STR (off,warn,teleport)
--collision.stoptime TIME (both vehicles stop for the given time before 'action' is taken)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed 0de1fc1 (aka r20592):
added tests refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed 39284a2 (aka r20593):
implemented new collision actions refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed 2cb836c (aka r20594):
tweaking vehicle counts and warnings on collision.action=remove refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed 17934b8 (aka r23599):
added test refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed 021cf45 (aka r23600):
adding another test refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed c3d8cdd (aka r23601):
added option for stopping after collision refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre changed description from:

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above decel to maintain vSafe)
--collision.threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision.action STR (off,warn,teleport)
--collision.stoptime TIME (both vehicles stop for the given time before 'action' is taken)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

to:

--mingap-violation factor [0,1] do not consider as collision if minGap*factor is kept
--emergency-decel factor (allow decelerations above decel to maintain vSafe). This is instead implemented as vType attribute ''emergencyDecel''
--collision.threshold (m) ignore collisions if overlap (including minGap) is less than this value
--collision.action STR (off,warn,teleport)
--collision.stoptime TIME (both vehicles stop for the given time before 'action' is taken)

if minGap (including factor) cannot be maintained emergency-decel comes into effect

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@namdre committed 216f232 (aka r26260):
added test refs #1102

@behrisch
Copy link
Contributor Author

behrisch commented Dec 9, 2013

@behrisch behrisch added this to the 2.0.0 milestone Oct 28, 2017
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