[sumo-user] speedFactor does not change the speed and travel time

2020-07-21 Thread Solmaz Razmi Rad - CITG
Dear all, I am trying to understand the following sentence in the wiki: Using speedFactor="normc(1,0.1,0.2,2)" will result in a speed distribution where 95% of the vehicles drive between 80% and 120% of the legal speed limit. Let's say the legal speed limit is defined as 100 kph in the net

Re: [sumo-user] The induction loop output do not match repeated vehicles (Flows)

2020-07-21 Thread Solmaz Razmi Rad - CITG
Dear Giuliana, Thanks for your kind response. Setting the departPos="last" almost solved the problem. Now, the induction loop output is much more near to the defined flow in the route file. Regards, Solmaz From: sumo-user-boun...@eclipse.org On Behalf Of maria.armell...@dlr.de Sent: dinsdag

Re: [sumo-user] Variation of maxSpeed

2020-07-21 Thread simon.frent...@umlaut.com
Hey Harald, this is a good solution if you only consider the autobahn. The downside is that the speedFactor is also applied to all other streets with a mean speed of 45 km/h when 50 km/h are allowed is not realistic as the mean speed in reality is more likely 55 km/h. Maybe I can somehow

Re: [sumo-user] The induction loop output do not match repeated vehicles (Flows)

2020-07-21 Thread Maria.Armellini
Hi, Yes, but if I'm not wrong, it also depends on the maximum speed of your edge and other parameters like vehicle length, mingap, tau. You could also check the departDelay value for each vehicle in the tripinfo output, to see if there are problems with the vehicle insertion. If you need high

Re: [sumo-user] The induction loop output do not match repeated vehicles (Flows)

2020-07-21 Thread Solmaz Razmi Rad - CITG
Hi Giuliana, I suppose number and vehsPerHour determine the flow per edge and not per lane. So, the flow of 2654 between 900 and 2700 for a 3-lane edge is equal to 2654 in half an hour or 5308 vehicle per hour or 1769 vehicle per hour per lane which is not higher than the amount you just

Re: [sumo-user] TraCI support in C#

2020-07-21 Thread Olaf.BanseBueno
Hi Russell, Take a look at https://sumo.dlr.de/docs/TraCI.html#interfaces_by_programming_language Best regards, Angelo Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Russell Bray / Ansible Motion Gesendet: Dienstag, 21. Juli 2020 11:59 An: Sumo

[sumo-user] TraCI support in C#

2020-07-21 Thread Russell Bray / Ansible Motion
Hi Guys, I have a question about the use and support for C# TraCI, is it still supported/actually being used. I know TraCI can be used with Python but I was wondering about C#, Im struggling to find much documentation on the subject. Thanks, Kind regards, Russell Bray Technician, Integration

Re: [sumo-user] The induction loop output do not match repeated vehicles (Flows)

2020-07-21 Thread Maria.Armellini
Hi Solmaz, it could be that the flow is greater than the edge capacity. I think the capacity is usually 2400 veh/h/lane. So if you have a flow with begin 900 and end 2700 with more than 1200 veh/lane, it might not be possible to insert all the vehicles in this interval. As for the difference

[sumo-user] The induction loop output do not match repeated vehicles (Flows)

2020-07-21 Thread Solmaz Razmi Rad - CITG
Dear all, I have a question regarding Repeated vehicles (Flows). In the route file, I have determined the flow based on a number of vehicles. However, the induction loop shows that the number of vehicles is not according to what I have defined in the route file. This is how the flow looks

[sumo-user] Access vehicles that arrive in the next step

2020-07-21 Thread marcelreppi
Hello, I wanted to add a parameter to vehicles that have arrived based on a certain condition using TraCI so that it shows up in the routes-info output. However, when I iterate through traci.simulation.getArrivedIDList() and try to add a parameter I get an error because the vehicle was already

Re: [sumo-user] Variation of maxSpeed

2020-07-21 Thread Harald Schaefer
Hello Dillip, the maxSpeed of the vehicle is 140 km/h, much less than the edge/lane speed, so I think the speedFactor is applied to the vehicle speed. Greetings, Harald Am 21.07.20 um 09:08 schrieb Tripplanner Mumbai: Hello Harald, As per your definitions, speed limit of highway = 180 km/h,

Re: [sumo-user] sumolib: Can we find the nearest exit edge?

2020-07-21 Thread Melanie.Weber
Hi, Sorry but I don't have a good idea for that. For example the duarouter gives you the length of routes, so maybe you give them all possible routes and in the result you choose the shortest. Regards, Melanie Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im

Re: [sumo-user] Variation of maxSpeed

2020-07-21 Thread Tripplanner Mumbai
Hello Harald, As per your definitions, speed limit of highway = 180 km/h, and vehicle's speedFactor=0.9 which means that the vehicle can run upto 160km/h on the highway (of course speedDev and sigma will affect it). Please clarify and/or rectify my views. thanks and regards, Dillip Rout On Tue,

Re: [sumo-user] Variation of maxSpeed

2020-07-21 Thread Harald Schaefer
Hi Simon, in my own Autobahn-Scenario I want to run cars around 130 km/h. I used a vehicleType with a maxspeed of 140 km/h like   speedFactor="0.9" speedDev="0.2" sigma="0.5">     The highway has a speed limit of 50 m/s (= 180 km/h) I get a distribution of speeds according to the

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

2020-07-21 Thread Melanie.Weber
Hi, maybe it is an option to use personTrips https://sumo.dlr.de/docs/Specification/Persons.html#persontrips with the option “modes”. So the person choose by itself witch mode is the best. Kind Regards, Melanie Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im