[sumo-user] How to use the traci or method to turn the control to traffic light off

2019-07-11 Thread Jane Cheung
Dear all, Is there some method That Could be used to turn the traffic lights off in the simulation? The junction without the traffic lights would be regarded as the interaction with a STOP sign. Best regards! Jane ___ sumo-user mailing list

Re: [sumo-user] Using own created assignment

2019-07-11 Thread Hoffmann, Pascal
First of all .. Thank you very much for the help! I tried to apply the penalties with a basic code consisting out of .setAdaptedTraveltime and search for new routes with .findRoute . But unfortunately when I want to .setRoute the new route of .findRoute, I get an error. Furthermore the

Re: [sumo-user] Regarding Road Partition in SUMO

2019-07-11 Thread Radha Reddy
Dear Jakob, I have designed a junction in netedit along with the loop detectors (sensors) and the grid model (attachment). I save it with ctrl+S and close, but again it is aking to save or quit, I opt save. When I reopen I do not see neither grid nor loop detectors. Can you please suggest me,

[sumo-user] find top n fastest routes

2019-07-11 Thread Sasan Amini
Dear SUMO users, I am trying to rank all possible routes from edge A to edge B according to their travel time or distance. I used traci.simulation.findRoute() but it only returns the fastest route. Any idea how to retrieve a list of n fastest routes? Thanks, Sasan

Re: [sumo-user] SUMO Crashes again

2019-07-11 Thread Jakob Erdmann
Thank you for the example input. I found a bug that was responsible for the crash (https://github.com/eclipse/sumo/issues/5822). You can update the fixed sumo version tomorrow at https://sumo.dlr.de/wiki/Downloads#SUMO_-_Latest_Development_Version regards, Jakob Am Mi., 10. Juli 2019 um 11:20

Re: [sumo-user] Regarding Road Partition in SUMO

2019-07-11 Thread Radha Reddy
Dear Jakob, Many thanks for your kind response and help. Regards On Thu, Jul 11, 2019 at 11:36 AM Jakob Erdmann wrote: > The appriate way to run the traci_tls example is to execute runner.py with > the python interpreter. > This causes the file 'cross.rou.xml' to be generated and then starts

Re: [sumo-user] Regarding Road Partition in SUMO

2019-07-11 Thread Jakob Erdmann
The appriate way to run the traci_tls example is to execute runner.py with the python interpreter. This causes the file 'cross.rou.xml' to be generated and then starts the simulation. Am Do., 11. Juli 2019 um 12:09 Uhr schrieb Radha Reddy < radha.reddy@gmail.com>: > Dear Jacob, > > Many

Re: [sumo-user] Regarding Road Partition in SUMO

2019-07-11 Thread Radha Reddy
Dear Jacob, Many thanks for your kind response and information. However, I have one more doubt. I tried to run the "traci_tls" example but sumo says there is no cross.rou.xml file. I have copied the cross.rou.xml file from sourceforge. But the following error occurs. Loading configuration...

Re: [sumo-user] Regarding Road Partition in SUMO

2019-07-11 Thread Jakob Erdmann
For lateral division, you can divide your road edge into multple lanes. For longitudinal division you can create a sequence of edges. The easiest way to do so is with Netedit using 'grid' mode. You can set the grid size to the desired segment length to achieve equidistant division. See

Re: [sumo-user] Asking for " tlsCycleAdaptation.py"

2019-07-11 Thread Jakob Erdmann
Hello, the script tlsCycleAdaptations currenlty expects a route vehicle in the style If your file uses different defintions you must first transform it using duarouter -n net.net.xml -r old.rou.xml -o new.rou.xml Alternatively you can run a simulation using the option --vehroute-output

Re: [sumo-user] Asking for " tlsCycleAdaptation.py"

2019-07-11 Thread Manh Do Van
*Could someone help me to answer my question? * *Thank you! * On Thu, Jul 11, 2019 at 1:19 AM Manh Do Van wrote: > Dear Users, > I used the tlsCycleAdaptation.py that based on Webster equation followed > the command " tlsCycleAdaptation.py -n net.net.xml -r routes.rou.xml -o >

Re: [sumo-user] Expected Number of vehicles passes through in junction

2019-07-11 Thread Manh Do Van
I think https://sumo.dlr.de/wiki/Simulation/Output/Lanearea_Detectors_(E2) and https://sumo.dlr.de/wiki/Simulation/Output/QueueOutput can help you. Regards, On Tue, Jul 9, 2019 at 2:38 PM Pratik Dutta wrote: > Hello everyone!!! > > First of all, I don't know why my first mail regarding any