[sumo-user] fundamental diagram

2020-07-03 Thread Amirhosein Karbasi
hello, I want to build a fundamental diagram for 2 lane freeway. I don't have any problem with the free-flow branch but I have a problem with the congested branch. 1.for the congested branch, I used VSS to increase density but it does not work correctly. for example, VSS from 1000 to 1500 is 23

[sumo-user] How to call a certain vehicle multiple times using TraCI after it exits the network?

2020-07-03 Thread Padisala, Shanthan Kumar
Hello all, I am trying to run a vehicle using TraCI, but I want this vehicle to re-enter the Network, after some time after it exits (a predefined path from lane A to lane B through multiple other lanes in between is fixed) the network. May I know how to create such a network? Thank you PSK

Re: [sumo-user] Changing maximum speed limit of all the vehicles in a simulation at a given time.

2020-07-03 Thread Traboulsi, Abdullah
Hi PSK, Yes, thank you it is clear now. Best regards, Abdullah On Fri, Jul 3, 2020 at 11:00 AM Padisala, Shanthan Kumar < padisal...@buckeyemail.osu.edu> wrote: > Sure! > > I first used *VID = traci.vehicle.getIDList() *to load all the vehicle > IDs into list VID. Then I ran a for loop from 0

Re: [sumo-user] Problems with TraCI

2020-07-03 Thread Olaf.BanseBueno
you have to separate the files listed in additional-files with a comma. Best regards, Angelo Von: sumo-user-boun...@eclipse.org [mailto:sumo-user-boun...@eclipse.org] Im Auftrag von Cesar Leonardo Gonzalez Pinzon Gesendet: Freitag, 3. Juli 2020 16:09 An: Sumo project User discussions Betreff:

Re: [sumo-user] Changing maximum speed limit of all the vehicles in a simulation at a given time.

2020-07-03 Thread Padisala, Shanthan Kumar
Sure! I first used VID = traci.vehicle.getIDList() to load all the vehicle IDs into list VID. Then I ran a for loop from 0 to len(VID) and used traci.vehicle.setMaxSpeed(VID[v],0.5*35) to alter the speeds of all the vehicles. I hope it is clear. Thanks PSK

Re: [sumo-user] Gap acceptance in lane changing

2020-07-03 Thread Solmaz Razmi Rad - CITG
Dear Jakob, I did what you suggested: · Increase traffic: I had tested higher flow and did not see any changes. That was because of delayed insertion. I forced insertion by increasing the departSpeed and now I see a significant difference in timeGap values. · Reduce cooperation

Re: [sumo-user] Manually controlled vehicles

2020-07-03 Thread Traboulsi, Abdullah
Thanks Jakob, I have set the speedMode = 7 (Regard Safe Speed, Regard Max Acceleration, Regard Max Deceleration). But still the vehicle wouldn't speed up to join the fron vehicle platoon. If I check the leader distance for this vehicle using getLeader() function, then this vehicle has None as

Re: [sumo-user] Changing maximum speed limit of all the vehicles in a simulation at a given time.

2020-07-03 Thread Traboulsi, Abdullah
Hi, Could you please share your solution? How did you do that? Thank you and regards On Fri, Jul 3, 2020 at 2:20 AM Padisala, Shanthan Kumar < padisal...@buckeyemail.osu.edu> wrote: > Thanks, guys. > > I was able to figure it out. > > -- > *From:*

Re: [sumo-user] Using crowd-sourced GPS data for generating simulation

2020-07-03 Thread Jakob Erdmann
You could define vehicle trips using fromLonLat, toLonLat, viaLonLat as well as personTrips with fromLonLat and toLonLat. see https://sumo.dlr.de/docs/Demand/Shortest_or_Optimal_Path_Routing.html#trip_definitions regards, Jakob Am Fr., 3. Juli 2020 um 00:49 Uhr schrieb Chris Abraham : > Are

Re: [sumo-user] stop output and trip output do not match

2020-07-03 Thread Tripplanner Mumbai
Hello, Oh I see, thankfully, you have fixed the issue. thanks and regards, Dillip Rout On Fri, 3 Jul 2020 at 13:48, Jakob Erdmann wrote: > Hello, > that information was previously missing from the stage output ( > https://github.com/eclipse/sumo/issues/7274). > You can download the updated

Re: [sumo-user] Taxi Service

2020-07-03 Thread Jakob Erdmann
Hello, 1) You always need to define some taxis explicitly. There are other options besides --device.taxi.probability ( https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#assignment_by_generic_parameters ) 2) This looks like a bug. Please open an issue at

Re: [sumo-user] Manually controlled vehicles

2020-07-03 Thread Jakob Erdmann
see https://sumo.dlr.de/docs/TraCI/Change_Vehicle_State.html#speed_mode_0xb3 Am Do., 2. Juli 2020 um 20:53 Uhr schrieb Traboulsi, Abdullah < at...@njit.edu>: > Thank you for your reply. > > I am using the TraCI commands to create vehicles and control them by > changing tau, setSpeed. But it is

Re: [sumo-user] Detecors coupled to traffic lights

2020-07-03 Thread Jakob Erdmann
Hello, you have encountered a netedit bug ( https://github.com/eclipse/sumo/issues/7275). As a consolation, the network and detectors can be loaded into sumo / sumo-gui just fine. regards, Jakob Am Do., 2. Juli 2020 um 17:53 Uhr schrieb Kaubruegger, Benedikt < bkaubrueg...@psi.de>: > Hello, > >

Re: [sumo-user] stop output and trip output do not match

2020-07-03 Thread Jakob Erdmann
Hello, that information was previously missing from the stage output ( https://github.com/eclipse/sumo/issues/7274). You can download the updated version tomorrow at https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version regards, Jakob Am Di., 30. Juni 2020 um 09:56 Uhr schrieb

Re: [sumo-user] Problem about the DUE in simulation

2020-07-03 Thread Jane Cheung
> > hi, yun-pang > > Thanks for your reply! > > The process that I would like to do is like the second one you prsented. > > My questions: > > what kind of traffic states files should I request SUMO to generated and > how to let SUMO to generate them? > > Simply, the command for DUE( >

Re: [sumo-user] Changing maximum speed limit of all the vehicles in a simulation at a given time.

2020-07-03 Thread Padisala, Shanthan Kumar
Thanks, guys. I was able to figure it out. From: sumo-user-boun...@eclipse.org on behalf of Padisala, Shanthan Kumar Sent: Friday, July 3, 2020 1:33 AM To: Sumo project User discussions Subject: [sumo-user] Changing maximum speed limit of all the vehicles in