eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.54k stars 1.43k forks source link

Simulation Error when rebuilding tls-default-type NEMA #15023

Closed aminissn closed 4 months ago

aminissn commented 4 months ago

I am rebuilding network using NETCONVERT by setting tls-default-type NEMA. The converison returns on success a network but when I run the simulation for 3 intersections I get an error saying:

Error: At traffic signal 3459661227 the barrier and coordinated phases 8, 1 are located on the same side of a barrier. Please check your configuration file Quitting (on error).

and tllogic looks like this:

image

The error can be resolved by changing the logic to:

image

SUMO-version:1.20.0

operating system:MacOS

namdre commented 4 months ago

can you provide a cut-out of the network with just this intersection (in other words, a minimal failing example)?

Nevermind, found it.