Re: [sumo-user] Multiple node TLS generation in netedit v0.27.1

2016-10-04 Thread Jakob Erdmann
Dear Joerg, you can try out the new joined-tls feature in the latest development version of netedit (since [21604]). Simply set the 'tl' attribute of junctions as you would in plain-xml input. regards, Jakob 2016-09-30 15:11 GMT+02:00 Jakob Erdmann : > Hello, > joined traffic lights (multiple nod

Re: [sumo-user] Random generation of vehicles

2016-10-04 Thread Jakob Erdmann
You can combine the option --seed with all other options (also with option -c to load a configuration file). However, using --seed alone will not change the amount of traffic. 2016-10-04 12:13 GMT+02:00 N19 R : > Hello, > I only need to know how can I run different scenario of simulation with > v

Re: [sumo-user] Roundabouts

2016-10-04 Thread Jakob Erdmann
Hello, the geometry points that you have defined are very dense. Most notably the points of edge 0 run past the center of node cluster_8_9 and thus cause the reverse-direction arrow. I recommend that you do not specify geometry points for the very short edges. You might even want join the node-pair

Re: [sumo-user] Random generation of vehicles

2016-10-04 Thread N19 R
Hello, I only need to know how can I run different scenario of simulation with various value of seed. It seems that the only attribute which used with the command line "sumo-gui --seed " is "-n file.net.xml", but with that option can't run the scenario . I hope that You understand what i mean Rega

Re: [sumo-user] (no subject)

2016-10-04 Thread Jakob Erdmann
Simply remove that route-file generation code from your script and use the routes that you already have. 2016-10-04 11:43 GMT+02:00 Rohit Tapikar : > Hello all, > > I am trying to implement adaptive traffic lights on a network file imported > using openstreetmap.For this I read the tutorial on

Re: [sumo-user] cant open .net file in SUMO GUI

2016-10-04 Thread Jakob Erdmann
You can use netedit to cut of parts of the network. See http://sumo.dlr.de/wiki/NETEDIT#Reducing_the_extent_of_the_network regards, Jakob 2016-10-03 15:24 GMT+02:00 Tanuja S : > Hi > > Thanks for that information. After setting the recommended options and > network size minimizing options, now i

[sumo-user] (no subject)

2016-10-04 Thread Rohit Tapikar
Hello all, I am trying to implement adaptive traffic lights on a network file imported using openstreetmap.For this I read the tutorial on traffic light control via TraCI interface but I have a problem.In the python script on the tutorial the route file is generated but for openstreetmap I already

Re: [sumo-user] Assign traffic light link by link

2016-10-04 Thread Jakob Erdmann
The information about which link is controlled by which traffic light signal may be obtained using the "show link tls index" option within SUMO-GUI 's visualisation settings or from the according linkIndex attribute of the elements in the *.net.xml* file. 2016-10

Re: [sumo-user] Random generation of vehicles

2016-10-04 Thread Jakob Erdmann
Hello, you need to make additional changes to accomplish random amounts of traffic. See http://sumo.dlr.de/wiki/Simulation/Randomness (it sounds as if you're looking for either one of those: - http://sumo.dlr.de/wiki/Simulation/Randomness#Flows_with_a_random_number_of_vehicles - http://sumo.dlr.de/

[sumo-user] Assign traffic light link by link

2016-10-04 Thread 윤원경
Dear every users of SUMO. Hello. I'd like to ask how to adjust the traffic light link by link. What I have is like this, HashMap tlight; first variable is the string represents fromLane and toLane, in the form of "fromLane@toLane". and second string means the light. "g", "r", or "y". Now I sho

Re: [sumo-user] How to extract specific data field from SUMO trace file

2016-10-04 Thread Jakob Erdmann
Hello, for traversing the network graph you may use http://sumo.dlr.de/wiki/Tools/Sumolib I cannot tell you how to work with the .tcl file since i've never worked with it myself. However, I can tell you that sumo outputs do not record the passing of every junction. The reason is, that sumo places v

Re: [sumo-user] Netedit loads the net but fails to show it.

2016-10-04 Thread Jakob Erdmann
Hello Matej, the network contains an edge that is looped (identical from-node and to-node). This should never happen. In fact the .net.xml does not look as if it was created by netconvert (the xml configuration header is missing). If the network was created directly by netconvert, I would be happy

Re: [sumo-user] probabilistic flow

2016-10-04 Thread Jakob Erdmann
Hello, this bug has never been reported before and does not show up in our tests. A possible reason for your observation could be that the road is saturated and not all vehicles can be inserted at the desired time. You can check this by right-clicking on vehicles from the flow that are inserted aft

Re: [sumo-user] Reg: TraCI

2016-10-04 Thread Jakob Erdmann
do either one of the things below: - issue the stop command earlier in time - place the stop further forward - set a higher deceleration value for the vehicle 2016-10-02 23:33 GMT+02:00 AKASH DAS : > Heyy all, > > I am using TraCI to stop a vehicle and when I am giving the following code > :- > w

Re: [sumo-user] osmWebWizard.py opens as script on the webbrowser.

2016-10-04 Thread Jakob Erdmann
- is there an error message? If so, what is it? - if you cannot see an error message, open up a command line window in the tools directory and run python osmWebWizard.py - make sure you are using python2.7 to run the script 2016-10-01 5:52 GMT+02:00 Sarwar : > Dear All > > I am new user. > > I am

Re: [sumo-user] Problem connecting with SUMO via TraCI/C++TraCIAPI

2016-10-04 Thread Jakob Erdmann
Hello, please make sure that run.sumo.cfg contains the line (or add the option to the command that launches sumo) regards, Jakob 2016-09-30 15:15 GMT+02:00 Phuong Nguyen : > Hi, > > I am trying to connect to SUMO from my program written by C++ using > TraCI/C++TraCIAPI > > Paraments I am using

[sumo-user] How to extract specific data field from SUMO trace file

2016-10-04 Thread Rangaballav Pradhan
I am using SUMO and NS3 for my simulation. I have generated the trace file (.tcl), I have the .net.xml file. I want to create an incident matrix taking the junctions in the map as the nodes. How can I do it? Actually, I want to assign some cost for every edge and need to traverse the graph (map),