[sumo-user] error running traci_test in matlab

2019-10-09 Thread NSh
Hi When running the traci_test example in Matlab i get the following error: Could not connect to TraCI server at 127.0.0.1:≭. Error using fprintf Unable to convert 'MException' value to 'char'. Error in traci.connect (line 47) fprintf('Could not connect to TraCI server at %s:%s. %s\n', h

[sumo-user] Query about - car following models

2019-10-09 Thread Santa Maiti
Dear Sir/Mam, I would like to use ACC or CACC car following model in SUMO. is not working. It is popping up the error message - 'Error: Unknown car following model 'ACC' Could you please help? Regards, Santa -- Santa Maiti, Ph.D Student, Geomatics, Department of Infrastructure Engineering, Uni

Re: [sumo-user] Rerouting and edges effort

2019-10-09 Thread Jose Monreal Bailey
Hi Jakob, Thanks for the reply! So another approach it would be take the rerouteEffort, that way the vehicle gets a new route depending on the effort of the edges. Thanks! best regards, Jose On Wed, 9 Oct 2019 at 08:53, Jakob Erdmann wrote: > The findRoute method currently routes according to

Re: [sumo-user] #Sumolib #traci Conversion of X, Y co ordinates into Geo Co-ordinates (Longitude and Latitude)

2019-10-09 Thread Harald Schaefer
Hi Mohsin, please ask a local guru nearby how to run scripts in a command window See also https://sumo.dlr.de/docs/Basics/Basic_Computer_Skills.html Basically you have to run in a cmd window (under Windows) the line |python xml2csv.py |||--output| | |||Further support is beyond the scope of t

Re: [sumo-user] Rerouting and edges effort

2019-10-09 Thread Jakob Erdmann
The findRoute method currently routes according to travelTime and ignores effort. See https://github.com/eclipse/sumo/issues/3876 If you have efforts that don't change over time then you can get the same effect by setting a custom traveltime according to the required efforts. (The whole point of se