chrisblatchley / sumo-cuda

An implementation of the SUMO traffic simulation tool suite using CUDA for GPU speedup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Junction incoming edge separation

thaddeus opened this issue · comments

Junctions need a way to understand separate incoming queues for one-direction stops and traffic lights.

Each lane should have it's own queue. Though honestly, I traffic circle should really only be handling one car from each lane at a time. because the queue should be happening essentially on the edge.