Re: [sumo-user] Question about the model

2020-07-14 Thread Michael Behrisch
Hi, yes, there is a default lane change model too, called LC2013. A general scenario is a very "general" thing ;-), I would at least add the junction model (right of way etc.) to the list. But of course things like interaction with pedestrians, route choice etc. play their role as well. Best

[sumo-user] Traffic simulation for a month

2020-07-14 Thread Tripplanner Mumbai
Hello, SUMO is pretty nice in simulating traffic and getting the relevant parameters given a scenario including traffic and network. However, these simulations are only for a short period of time or a day. What more is required to simulate the traffic movement for a month? Note that the traffic

[sumo-user] Modeling of speed, congestion and flow in SUMO

2020-07-14 Thread Tripplanner Mumbai
Hello, I am curious to know how SUMO models the speed of a road segment at a given period. Furthermore, the congestion computation is critical, so, what is the default model to calculate the congestion rate in SUMO? It will be really useful if some links to documentation and articles are provided.

[sumo-user] Collision problem of moveToXY

2020-07-14 Thread 謝昀宸
I want to let moto avoid vehicle which parked on the road instead of using the ChangeLane(When the simulation of avoid parking vehicle, it is possible that moto and parking to be on the same lane) I recorded the lane position of on-road parking so that the subsequent moto can avoid the on-road

Re: [sumo-user] Problem with xml2csv.py

2020-07-14 Thread MohamadReza-Haghani
Thank you very much Harald. I added "--separator=','", and the output csv file became in the correct format. I really appreciate your help. -Reza -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list

[sumo-user] traffic states

2020-07-14 Thread Aristide BAMAZI
Hello everybody. Want to know whether there is a way to know when each traffic light turns to green with sumo without using the presenting phase duration? Best regards. ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list,

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

2020-07-14 Thread Padisala, Shanthan Kumar
Hello Everyone! I am trying to run a simulation in which I would like to run a vehicle in a certain loop multiple times. I have attached the image of the route file I am currently using. I have manually defined the path of my vehicle from point A to point B along the blue lines, as shown in

Re: [sumo-user] Convert trips to list of nodes 15)

2020-07-14 Thread eclipse . eprok
Hi Giuliana, Thank you very much, this is exactly what I needed. I could work out my problem :). Have a good day, Antoine Le 09/07/2020 à 19:17, maria.armell...@dlr.de a écrit : > Hi Antoine, > > The "edges" attribute in the route file shows the consecutive edges id of the > route. > This

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

2020-07-14 Thread Tonmoy Das
Hello Giuliana, Thanks for the fast reply. I wanted to know how to add the param keys in the trip files. Normally I use the lower command to generate 10 taxi trips. But I am missing the param keys to keep the taxi's in the simulation. And also how to add stop lanes for

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

2020-07-14 Thread Maria.Armellini
Hi Tomoy, Happy to help ☺ By command line? If you mean adding more taxis with different stops in the simulation, you can just add more trips with different IDs. For example: Regards, Giuliana From: sumo-user-boun...@eclipse.org

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

2020-07-14 Thread Tonmoy Das
Hi Giuliana, Thanks a lot for the solution. I have one more inquiry, For multiple taxis how can I add this parameter with different stop edges by command line? On Tue, 14 Jul 2020, 9:23 am , wrote: > Hi Tomoy, > > > > You are getting the

Re: [sumo-user] No of vehicle passing through a detector using TRACI

2020-07-14 Thread Maria.Armellini
Hi Anil, did you check the detectors output file? Have you defined the induction loops in an xml file and added it to your simulation? In this file you have to define an output file for each detector. In this case it will be "out.xml". When you start the simulation, this file

Re: [sumo-user] No of vehicle passing through a detector using TRACI

2020-07-14 Thread anilbaral
Hi Maria, Thanks for the reply. Well, I have tried to use the induction loop detectors; however, I could only obtain a vehicle for the last time step. I couldn't obtain the number of vehicle in certain time interval. The command getLastStepVehicleNumber only gives me number of vehicle passing

Re: [sumo-user] No of vehicle passing through a detector using TRACI

2020-07-14 Thread Maria.Armellini
Hi, I think you are looking for the Induction Loops Detectors (E1). You can add them to your net and define the desired time interval with the parameter "freq". You can find more information here: https://sumo.dlr.de/docs/Simulation/Output/Induction_Loops_Detectors_(E1).html Then if you want

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

2020-07-14 Thread Maria.Armellini
Hi Tomoy, You are getting the error "Error: Disconnected plan for person '0' (edge 'C4C3' != edge 'B1B2')" because you are saying that the person has to ride with vehicle 0_0 from 'C4C3' to 'B1B2' and then again from 'C4C3' to 'B1B2' with a taxi, so how does the person get back from 'B1B2' to

Re: [sumo-user] Problem with xml2csv.py

2020-07-14 Thread Harald Schaefer
Hi Reza, it works for me (under Linux and with the latest development version). The delimiter is a semicolon. This is the output with schema: ==> tripinfo.csv <==