Hi Simon Witheridge, it is a two step process. First you define your connections, that is which incoming lane connects to which outgoing lane. You don't need to define the state and dir things yourself, they are determined by netconvert. http://sumo-sim.org/userdoc/Networks/Building_Networks_from_own_XML-descriptions.html#Connection_Descriptions You don't even need to define the connections. The ones netconvert creates by default may be just fine.
Second you define your traffic light program. Every connection you defined may be controlled by a traffic signal but it may be that several connections are controlled by the same signal. This mapping defined first with the links in the csv file you mentioned. If you have the links you say for each link the signal colors as a list of phases and finally you give the length of the phases. http://sumo-sim.org/wiki/Simulation/Traffic_Lights Best regards, Michael Am 05.03.2014 13:06, schrieb Simon Witheridge: > Hi, > > I am trying to understand the Traffic Light examples and the Connections > examples however I've found the documentation on the website to be > incomplete. There are a number of parameters that seem essential that aren't > mentioned ,including for Connections "state", "direction" and "via", and for > TLS I have not been able to decipher how the "GGGgggrrr" etc translate into > what turning movements - how to you know which lanes/turnings will be > allowed? What order to they work in etc? This same problem is in the > documentation for importing TLS details from a CSV file, much of it is > unclear as to exactly how the records translate to the SUMO versions. Is > there any more information available that I am missing from the various > tutorials on the website? > > Kind regards, > > Simon Witheridge > ------------------------- > Email: [email protected] > ------------------------------------------------------------------------------ > Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. > With Perforce, you get hassle-free workflows. Merge that actually works. > Faster operations. Version large binaries. Built-in WAN optimization and the > freedom to use Git, Perforce or both. Make the move to Perforce. > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
