[sumo-user] route.add raises TraCIException(prefix[1], _RESULTS[prefix[2]], err)

2018-05-18 Thread Pedro Matuck
Hello, I'm using Traci to assing dynamically routes to the vehichle which will be inserted on the network. However, sometimes (and I didn't find the pattern of this issue) the instruction route.add(routeId, [route]) raises TraCIException(prefix[1], _RESULTS[prefix[2]], err). I looked for any

Re: [sumo-user] libsumo error.

2018-05-18 Thread Lara CODECA
As usual, I forgot. Eclipse SUMO Version 9912760eaa Build features: Linux-4.16.0-1-amd64 Proj GUI GDAL FFmpeg OSG GL2PS SWIG on Debian unstable. On Fri, 2018-05-18 at 17:30 +0200, Lara CODECA wrote: > Dear All, > > I'm trying to use http://sumo.dlr.de/wiki/Libsumo. > I added the location of

[sumo-user] libsumo error.

2018-05-18 Thread Lara CODECA
Dear All, I'm trying to use http://sumo.dlr.de/wiki/Libsumo. I added the location of libsumo.py and _libsumo.so to my python path. I have this error: Traceback (most recent call last): File "./run.traci.py", line 16, in import libsumo File "... /sumo-git/sumo/bin/libsumo.py", line 17,

Re: [sumo-user] %FCD-ON-SIMULATION

2018-05-18 Thread Lara CODECA
On Fri, 2018-05-18 at 15:10 +0100, HANIFI Mohamed wrote: > Thanks! > I tried device.fcd.probability 0.01 in sumo 0.32.0 it's not worked Then it's possible that works only with the development version. Try with the nightly build :) > > Le ven. 18 mai 2018 à 15:09, Lara CODECA

Re: [sumo-user] %FCD-ON-SIMULATION

2018-05-18 Thread Lara CODECA
Hi, check this: http://sumo.dlr.de/wiki/Simulation/Output/FCDOutput You can do it with the configuration file and from command line. Cheers, Lara On Fri, 2018-05-18 at 15:05 +0100, HANIFI Mohamed via sumo-user wrote: > hi sumo users, > i want define % of FCD in my simulation scenario. is there

Re: [sumo-user] Speed control near signalized intersections

2018-05-18 Thread Jakob Erdmann
Hello, if you use the functions setSpeed or slowDown then SUMO should still perform safety checks by default. The exact extent of the saftey checks is configured using the setSpeedMode command ( http://sumo.dlr.de/wiki/TraCI/Change_Vehicle_State#speed_mode_.280xb3.29). If you notice something to

Re: [sumo-user] link characterstics

2018-05-18 Thread Mahmoud Ramadan Nawar
Thanks, Jakob It's very useful, but I have a question. why a vehicle wouldn't reach it's max speed if there's no obstacle in its direction and the edge max speed is above the vehicle max speed. I have another question Does sumo support dynamic routing at simulation?I'm doing research at

Re: [sumo-user] Documentation and parameters for Wiedemann Car Following Model

2018-05-18 Thread Jakob Erdmann
Hello, The wiedemann model also uses the common vType paramters 'accel', 'decel', 'emergencyDecel', and 'length' There are further parameters (i.e. regarding the variance of the random components) that are currently hard-coded in src/microsim/cfmodels/MSCFModel_Wiedemann.cpp (in the constructor,

Re: [sumo-user] [SAVE][LOAD][SIMULATION]

2018-05-18 Thread Jakob Erdmann
It helps if you clarify your problem with the documention along the lines of: - I could not find the help in the documntation at all - I tried what was in the documentation but It did not work and here is the error I got... To save at time T into file F: sumo --save-state.times T