hello, can i stop simulation in specific step (time) with TraCi code. best regards, eviana
hello, im newbie in SUMO, i want to create a scenario. in my "mycross.rou.xml" i have, 156 vehicle. with id left_1 until left_156, and all route = "left", like this : <vehicle id="left_%n" type="typeWE1" route="left" depart="%t" departLane="random" color="white"/> i want in time between 300 and 600 lane 1o_0 closed and vehicle in mycross.rou.xml in that time automatic reroute to route="leftup" my "mycross.add.xml" like this : <additional> <rerouter id="rero1" edges="1o"> <interval begin="300" end="600">...