Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Tripplanner Mumbai
Hello, Yes, segregating the routes data as per suggestion will be helpful. However, I am clueless about the underlying theory of simulation in SUMO. That is, how it simulates each day differently (given the network file and separate routes files). What are the attributes it takes into account to

[sumo-user] Problem in Set Lateral Alignment in TraCI

2020-07-15 Thread MohamadReza-Haghani
Hi, I wrote a code, in TraCI, in order to make vehicles to pull over and stop in a two-lane one-way road and in a specified duration. For the vehicles moving in the right lane, the lateral alignment is set to "right," and the speed is set to 0. Also vehicles in the left lane are forced to change

[sumo-user] Understanding dfrouter

2020-07-15 Thread Issa, Joshua
Hello, I am trying to use dfrouter to create routes for trains. Although the SUMO simulation will run, no vehicle runs on the tracks. I have used the following dfrouter command: [cid:image001.png@01D65AD2.8BFD3EB0] It creates the files without issue. I have tried the and tags, but neither

[sumo-user] Phase time extension with TraCI.

2020-07-15 Thread Aristide BAMAZI
# *Question* : Want to know if it is possible to set a new duration to phase when running the simulation with TraCI. # *What I have tried* I have tried the method traci.trafficlight.setPhaseDuration(tls, duration). but it seems not to perform what I want. Best Regards.

Re: [sumo-user] traffic states

2020-07-15 Thread Aristide BAMAZI
Thanks very much Le mer. 15 juil. 2020 à 10:57, a écrit : > Hi, > > > > you could use the „tls switches“ output. See > https://sumo.dlr.de/docs/Simulation/Output/Traffic_Lights.html#tls_switches > . > > > > Here you can find more information about Traffic Lights outputs: > >

[sumo-user] setSpeed acceleration/deceleration

2020-07-15 Thread Zev Nicolai-Scanio
Hi, I’m interested in the details of how the setSpeed function in TraCI accelerates/decelerates a given vehicle to the target speed. Is this done uniformly at the max acceleration / deceleration or is there some other acceleration / deceleration curve used? Thank you! Best, Zev

[sumo-user] Braking for turns

2020-07-15 Thread Zev Nicolai-Scanio
Hi, I’m working on my first major SUMO project and I read in the NETEDIT instructions that the speeds on turns will be reduced based upon the radius. I’m interested in one detail about how cars brake when there is a speed limit for a turn that is lower than that of the main road. Do they brake

Re: [sumo-user] traffic states

2020-07-15 Thread Maria.Armellini
Hi, you could use the „tls switches“ output. See https://sumo.dlr.de/docs/Simulation/Output/Traffic_Lights.html#tls_switches. Here you can find more information about Traffic Lights outputs: https://sumo.dlr.de/docs/Simulation/Output/Traffic_Lights.html And here are some Traffic Lights tools:

Re: [sumo-user] Warm up section

2020-07-15 Thread Solmaz Razmi Rad - CITG
Dear Michael, Thanks for your kind response. I used an induction loop to control the traffic intensity during the exact time interval. For the output, I simply excluded the results outside the warm-up time interval. Regards, Solmaz -Original Message- From:

Re: [sumo-user] Disconnected plan for person "0"

2020-07-15 Thread Maria.Armellini
Hi Tonmoy, I think there is no possibility to do this with the command line, you have to add the device parameters manually. You could assign the device by global options, but I think that’s not what you are looking for (see

Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Michael Behrisch
Hi, it is entirely up to you how you organize the files. I would expect the network to be quite stable so there is no need for several network files. You can also put all routes in one file but if you need fast access to a specific day or even hour or want to do parallel simulations of different

Re: [sumo-user] lcCooperativeSpeed

2020-07-15 Thread Ishan Dindorkar
Thank you Michael for detailed explanation. It is very helpful. I appreciate it. Sincerely, Ishan Dindorkar Sent from my iPhone > On 15-Jul-2020, at 11:46 AM, Michael Behrisch wrote: > > Hi, > the parameter describes how much a vehicle adjusts its speed for the > lane change wishes of

Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Tripplanner Mumbai
Hello, Let us assume that a machine with sufficient computing power is available. Now, there are two bare minimum input files for the simulation (1) city.net.xml - contains the structure of the underlying network (2) city.rou.xml - contains the vehicles and respective routes (paths) and possibly

Re: [sumo-user] Traffic simulation for a month

2020-07-15 Thread Michael Behrisch
Hi, if you have the input data it only requires enough computing power (or patience ;-). Nothing stops you from running sumo for a month or more. Best regards, Michael Am 15.07.20 um 06:55 schrieb Tripplanner Mumbai: > Hello, > > SUMO is pretty nice in simulating traffic and getting the

Re: [sumo-user] Traci's moveToXY cause collision

2020-07-15 Thread Michael Behrisch
Hi, if you move the vehicles so close that their bounding rectangles overlap, sumo will always detect a collision. The only way to prevent this is currently to disable collision detection https://sumo.dlr.de/docs/Simulation/Safety.html#collisions. Best regards, Michael Am 14.07.20 um 06:24

Re: [sumo-user] lcCooperativeSpeed

2020-07-15 Thread Michael Behrisch
Hi, the parameter describes how much a vehicle adjusts its speed for the lane change wishes of others. There are two speeds involved here, my own wished speed v and the wish of the driver who wants to change into my lane and wants me to for instance reduce my speed to w. sumo does a linear

Re: [sumo-user] Reouter: Can it be used to run vehicles multiple times along a same route?

2020-07-15 Thread Melanie.Weber
Hey PSK, there are two more options, so maybe they also can solve the problem: flow: https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#repeated_vehicles_flows route repeat: https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#routes

Re: [sumo-user] How to make a vehicle to enter the network, multiple times after exiting the network.

2020-07-15 Thread Michael Behrisch
Hi, the question has already been answered here: https://www.eclipse.org/lists/sumo-user/msg07307.html Best regards, Michael Am 13.07.20 um 19:11 schrieb Padisala, Shanthan Kumar: > Hi everyone, > > I am trying to insert a vehicle using TraCI, but I want this vehicle to > re-enter the Network,