Re: [sumo-user] Issues with Traci Python Script

2021-10-07 Thread Ifezue Obiako
Also, how exactly can you get the data printed on the command line into a csv file or a format that can allow for data analysis to be performed? On Thu, Oct 7, 2021 at 4:19 PM Ifezue Obiako wrote: > Thank you Harald. That seemed to have fixed the problem. > > I did have another question. Is it

Re: [sumo-user] Issues with Traci Python Script

2021-10-07 Thread Ifezue Obiako
Thank you Harald. That seemed to have fixed the problem. I did have another question. Is it possible to print the traci.vehicle.getPersonNumber() output into a plot through the matplotlib module in Python? On Thu, Oct 7, 2021 at 3:57 PM Harald Schaefer wrote: > Hi Vincent, > > thanks for

Re: [sumo-user] Issues with Traci Python Script

2021-10-07 Thread Harald Schaefer
Hi Vincent, thanks for providing the test data. Your simulation does as told by the python script. You should start the second loop with   while step >= 3600 (instead of while step > 3600) At the end of the first loop step has exactly the value 3600. In your testdata are two errors: 1)

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-07 Thread Jakob Erdmann
Should be working now. Am Do., 7. Okt. 2021 um 14:58 Uhr schrieb Sasan Amini : > Thanks for the quick reply. time-to-teleport=-1 works, but > sumo--meso-jam-threshold=-0.2 doesn't. > > On Thu, Oct 7, 2021 at 8:51 AM Jakob Erdmann > wrote: > >> Also, the latest development version supports

Re: [sumo-user] Car vs Bus traffic

2021-10-07 Thread Radha Reddy
Thanks Jakob, After sending the emails to you I realized what I did. With your email I confirm that. Sorry once again. Radha On Thu, Oct 7, 2021 at 2:18 PM Jakob Erdmann wrote: > Contrary to your claim that the Bus-Cars scenario contains 99% cars and 1% > buses, it actually contains the same

Re: [sumo-user] Car vs Bus traffic

2021-10-07 Thread Jakob Erdmann
Contrary to your claim that the Bus-Cars scenario contains 99% cars and 1% buses, it actually contains the same number of cars as the original and adds buses on top of that. By adding more vehicles you also increase the flow (which shows that the intersection wasn't yet saturated). Am Mi., 6.

Re: [sumo-user] Teleporting Vehicle

2021-10-07 Thread Jakob Erdmann
There are no studies for teleportation limits that I'm aware of. Our own rule of thumb is to tolerate teleports in large simulations if its under 0.1% of total traffic. If you get deadlock in roundabouts it might be due to mis-modelled right-of-way, bad connections or because there are traffic

[sumo-user] Teleporting Vehicle

2021-10-07 Thread Amanda Romano
Hello, I am simulating morning rush hour congestion. But it is having a lot of conflicts at various roundabouts, and the vehicles no longer move in the simulation. Would the solution be only if teleportation is allowed? (I had left , but I fixed this problem in the simulation) And do you have

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-07 Thread Sasan Amini
Thanks for the quick reply. time-to-teleport=-1 works, but sumo--meso-jam-threshold=-0.2 doesn't. On Thu, Oct 7, 2021 at 8:51 AM Jakob Erdmann wrote: > Also, the latest development version supports duaIterate options -C to > save a tool config file and -c to load it. > > Am Do., 7. Okt. 2021 um

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-07 Thread Jakob Erdmann
Also, the latest development version supports duaIterate options -C to save a tool config file and -c to load it. Am Do., 7. Okt. 2021 um 08:49 Uhr schrieb Jakob Erdmann < namdre.s...@gmail.com>: > you can pass the value like this: '--time-to-teleport=-1' > > Am Do., 7. Okt. 2021 um 01:39 Uhr

Re: [sumo-user] duaIterate.py doesn't take negative values

2021-10-07 Thread Jakob Erdmann
you can pass the value like this: '--time-to-teleport=-1' Am Do., 7. Okt. 2021 um 01:39 Uhr schrieb Sasan Amini : > Hi, > > I am using duaIterate.py on version 1.10 and I cannot pass negative values > for the input parameters such as --time-to-teleport or sumo variables like >