Re: [sumo-user] sumo-1.1.0 issue

2019-10-04 Thread Lamia E.L.
Thank you, I will see that. On Fri, Oct 4, 2019 at 4:50 AM Jakob Erdmann wrote: > This might help: > https://sumo.dlr.de/docs/Tools/Misc.html#generateturnratiospy > > Am Do., 3. Okt. 2019 um 23:50 Uhr schrieb Lamia E.L. >: > >> Hi Jakob, >> Thank you for your response, I found the solution by

Re: [sumo-user] sumo-1.1.0 issue

2019-10-04 Thread Jakob Erdmann
This might help: https://sumo.dlr.de/docs/Tools/Misc.html#generateturnratiospy Am Do., 3. Okt. 2019 um 23:50 Uhr schrieb Lamia E.L. : > Hi Jakob, > Thank you for your response, I found the solution by printing the steps of > the mininet code and I delete the edge that causes the problem of

Re: [sumo-user] sumo-1.1.0 issue

2019-10-03 Thread Lamia E.L.
Hi Jakob, Thank you for your response, I found the solution by printing the steps of the mininet code and I delete the edge that causes the problem of freezing SUMO. Now, I want to calculate the probability that the cars change the direction and edge at each sec. Please, can you guide me how can I

Re: [sumo-user] sumo-1.1.0 issue

2019-10-03 Thread Jakob Erdmann
I'm afraid this is beyond the support I can give. Since the mininet environment comes with a variant of the python traci bindings and the script you are using adds another thick layer of code around that traci variant you should probably request help from the mininet developers. If you come back

Re: [sumo-user] sumo-1.1.0 issue

2019-10-01 Thread Jakob Erdmann
please provide minimal input files for reproducing this issue (python script, net.xml, etc...) Am Di., 1. Okt. 2019 um 12:52 Uhr schrieb Lamia E.L. : > Hi, > I test sumo-1.3.1 and I had the same problem, after 20 or 30 s Sumo stop > running and freeze and I can't continue my simulation. > I

Re: [sumo-user] sumo-1.1.0 issue

2019-10-01 Thread Lamia E.L.
Hi, I test sumo-1.3.1 and I had the same problem, after 20 or 30 s Sumo stop running and freeze and I can't continue my simulation. I suppose there is a problem with reroute, it seems like the cars wait long time then sumo stuck. please help. Thank you On Fri, Sep 27, 2019 at 2:50 PM Jakob

Re: [sumo-user] sumo-1.1.0 issue

2019-09-27 Thread Lamia E.L.
Hi, thank you for your answer. My case is b) , sumo freezes and does not respond and the car in the scenario don't move. I use sumo-1.1.0 and the run of sumo is done from a Python application using Traci. Please any solution to push my simulation to continue running at less until 150 s. Thank

Re: [sumo-user] sumo-1.1.0 issue

2019-09-27 Thread Jakob Erdmann
Please determine whether a) the traffic stops moving because it is jammed b) sumo freezes and does not respont to unser input (run the gui version for this) c) the python script freezes and stops sumo from continuing with the simulation Am Fr., 27. Sept. 2019 um 00:25 Uhr schrieb Lamia E.L. : >

[sumo-user] sumo-1.1.0 issue

2019-09-26 Thread Lamia E.L.
Hi, I used sumo-1.1.0 in mininet-wifi to simulate vanet using real scenario. the vanet-sumo.py script use Traci for using sumo as server. When I create a file with 40 vehicles, the vanet-sumo.py script run well and execute sumo to see mobility of vehicles but after 20 sec sumo stuck and no