Re: [sumo-user] Generate flows in limited time

2014-04-27 Thread Jakob Erdmann
Hello, most likely your network was congested or the vehicle attributes were unsuited to realizing the desired flow. In this case vehicles are kept in an insertion buffer until there is enough space on the road. First, check your network for congestion (a typical cause in urban scenarios are invali

Re: [sumo-user] put vehicles in specific locations

2014-04-27 Thread Jakob Erdmann
Hello, the easiest way to do this is to generated vehicle inputs with a custom written script according to the specifications given here: sumo-sim.org/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes regards, Jakob 2014-04-27 17:25 GMT+02:00 Sanaz Khakpour : > Dear all SUMO users, > > I wo

Re: [sumo-user] randomTrips.py

2014-04-27 Thread Jakob Erdmann
Hello, see the updated documentation at http://sumo-sim.org/wiki/Tools/Trip#randomTrips.py Simply define the distribution in an additional file and load that. regards, Jakob 2014-04-27 10:38 GMT+02:00 Maryam Zuhair Habib Al Lawati < m070...@student.squ.edu.om>: > Dear all sumo users; > > I'm usi

Re: [sumo-user] network

2014-04-27 Thread Jakob Erdmann
Hello, realizing such an exact function can only be realized by scripting the simulation using an external program. You can connect to your simulation via TraCI and patch the speed on the edge based on the number of vehicles. see http://sumo-sim.org/wiki/TraCI regards, Jakob PS: you could play wit

Re: [sumo-user] Question about vehicles' start position

2014-04-27 Thread Jakob Erdmann
Hello, hello, by default vehicles start with speed 0 at position 0 in the rightmost lane of a random network edge (you can change all these by setting vehicle attributes). If that edge is a motorway, it may indeed be unrealistic. In an urban scenario, this could simply be their previous parking spo

Re: [sumo-user] how to create a trace file by using sumo

2014-04-27 Thread Jakob Erdmann
see http://sumo-sim.org/wiki/Tools/TraceExporter regards, Jakob 2014-04-27 23:02 GMT+02:00 Hamid Barkouk : > Dear all SUMO users: > I have create à net file by using openstreetmap and netconvert .now i want > create a trace file to import it to ns2. please how can i do that ? thanks > alot. > >

[sumo-user] Generate flows in limited time

2014-04-27 Thread Thierry
Hello all, I’d like to generate 3 flows containing 2000 vehicles each from the 0 time step to 3600 time step, which equals to 1 hour. However, I found that when the clock reached 3600, the flows didn’t stop. It seems that there are still plenty of vehicles rest to depart. In fact, the flows wer

[sumo-user] how to create a trace file by using sumo

2014-04-27 Thread Hamid Barkouk
Dear all SUMO users: I have create à net file by using openstreetmap and netconvert .now i want create a trace file to import it to ns2. please how can i do that ? thanks alot. -- BARKOUK Hamid -- Start Your Social Networ

[sumo-user] put vehicles in specific locations

2014-04-27 Thread Sanaz Khakpour
Dear all SUMO users, I would like to create a network and assign coordinates, speed, and moving direction (and movement pattern if possible) to each vehicle separately. I will be so grateful if you help me and show me how I can do so. Or is there any example available or not? Thank you so muc

[sumo-user] randomTrips.py

2014-04-27 Thread Maryam Zuhair Habib Al Lawati
Dear all sumo users; I'm using randomTrips.py to generate random trips with OSM maps but I would like to define my own set of vehicle types by using vTypeDistribution How can I use this parameter with randomTrips.py?? regards Maryam ---