Re: [sumo-user] Map matching from GPS trace to edge ID list

2015-12-09 Thread Joerg Schweizer
Hello, You can download SUMOPy here: http://campus.unibo.it/200538/ There is also a text file for installation instructions and a very basic manual, but the main problem is the lack of documentation. You can do a lot of things easily...if you knew how. And functionality is expanding faster tha

Re: [sumo-user] Fwd: Request of help in SUMO simulation

2015-12-09 Thread Jakob Erdmann
Hello, I suggest you find someone locally who has experience with python programming as some of the errors would be quite obvious to them. i.e. traci.vehicle.setStop("CarA","D2", pos=200.0, laneIndex=10, duration= 2147483647, flags=0) instead of traci.vehicle.setStop(CarA,D2, pos=200.0, lan

Re: [sumo-user] DUAROUTER error (No option with the name 'routing-threads' exists.)

2015-12-09 Thread Jakob Erdmann
The problem is fixed in version 0.25.0. Please upgrade to that version. regards, Jakob 2015-12-05 4:10 GMT+01:00 Hisham Farahat : > Hi, > I'm upgrading to the latest version of SUMO 0.24 from 0.22. > I'm facing a problem with DUAROUTER which gives me the below error when i > run it for any input

Re: [sumo-user] Traci socket error

2015-12-09 Thread Jakob Erdmann
The described behavior could be caused by errors while loading the sumo configuration. Check whether the simulation is able to run without TraCI. 2015-12-09 11:23 GMT+01:00 Hayder M Amer : > Hi, > > I am sorry to repeat that subject again. > > I am trying to do dynamic re-routing using Traci and

Re: [sumo-user] new version problem

2015-12-09 Thread Jakob Erdmann
Hello, generally, it helps us to learn of this kind of problem before releasing a new version. That being said, I still have no idea what could be causing your problem. - Can you replicate the problem on multiple computers? - What operating system is being used? - Is the variable SUMO_HOME set cor

[sumo-user] new version problem

2015-12-09 Thread Andrea Bonfanti
Hallo! I've installed and been using Sumo 0.24 on my pc without problems for months. I tried many times to install the svn Sumo version, in order to use Netedit, but never worked, and still now with the official version I can't use it. What happens is that if I try to open Sumo-gui, or netedit, or

[sumo-user] Traci socket error

2015-12-09 Thread Hayder M Amer
Hi, I am sorry to repeat that subject again. I am trying to do dynamic re-routing using Traci and python in sumo simulator-0.22.0 version and the data had imported from TAPASCologne-0.17.0 project but when I execute my code I got the error below. hayder@hayder-OptiPlex-7020:~/sumo-0.22.0/dijkstr

Re: [sumo-user] Problem in veins and sumo simulation

2015-12-09 Thread Christoph Sommer
Parveen Singhal wrote: > I am getting following error while running veins simulation. > > Model error: Connection to TraCI server lost. Check your > server's log. Further information might be found in the log of your TraCI server (that is, the log of SUMO). Simulations using Veins run three prog