Hi, I'm defining my own network. I have a junction that is created by a join made up of 6 nodes. I've identified the nodes as traffic light controlled and create a sumocfg file that runs using the default logic created in the .net.xml file. If I try to override this by creating my own .tll.xml file and then including this in the sumocfg file as:
<additional-files value="xxx.tll.xml"/> I get the message: "No initial signal plan loaded for tls '1' when I start up the SumoGui". What are common causes of this problem? Here's the contents of the tll.xml. The edge IDs are correct and I copied the tl logic from the net.xml for now: <?xml version="1.0" encoding="UTF-8"?> <tlLogics version="0.27" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=" http://sumo.dlr.de/xsd/tllogic_file.xsd"> <tlLogic id="1" type="static" programID="myversion" offset="0"> <phase duration="36" state="rrGGGg"/> <phase duration="4" state="rryyyg"/> <phase duration="6" state="rrrrrG"/> <phase duration="4" state="rrrrry"/> <phase duration="36" state="GGGrrr"/> <phase duration="4" state="yyyrrr"/> </tlLogic> <connection from="21" to="16" fromLane="0" toLane="0" tl="1" linkIndex="0"/> <connection from="21" to="7" fromLane="0" toLane="0" tl="1" linkIndex="1"/> <connection from="20" to="18" fromLane="0" toLane="0" tl="1" linkIndex="2"/> <connection from="20" to="7" fromLane="0" toLane="0" tl="1" linkIndex="3"/> <connection from="8" to="18" fromLane="0" toLane="0" tl="1" linkIndex="4"/> <connection from="8" to="16" fromLane="0" toLane="0" tl="1" linkIndex="5"/> </tlLogics> Hannah ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
