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

malfunctioning actuated trafficLight due to bad detector placement #5119

Closed
namdre opened this issue Jan 29, 2019 · 2 comments
Closed

malfunctioning actuated trafficLight due to bad detector placement #5119

namdre opened this issue Jan 29, 2019 · 2 comments

Comments

@namdre
Copy link
Contributor

namdre commented Jan 29, 2019

There are two failure modes when the minDur is short relative to the detector position:

  1. high flow failure:
    in a standing queue, no vehicle touches the detector. By the time the queue advances, the detector gap has been exceeded and the phase terminates

  2. low flow failure
    the standing queue is fully between stop line and detector and there are no further vehicles. The minDur is too short to let all vehicles pass

@namdre
Copy link
Contributor Author

namdre commented Jan 29, 2019

detector position must be set to ensure that an upstream vehicle from can reach the detector minDuration from a standing queue.

@namdre
Copy link
Contributor Author

namdre commented Jan 30, 2019

Problem 1 is fixed, Problem 2 will be handled via #5127

namdre added a commit that referenced this issue Aug 8, 2019
namdre added a commit that referenced this issue Aug 8, 2019
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

1 participant