Re: [sumo-user] Weird behavior of setStop command

2017-08-13 Thread Jakob Erdmann via sumo-user
Thank you for providing the example scenario. The issue (http://sumo.dlr.de/trac.wsgi/ticket/3348) has been fixed in the very latest development version [25579] best regards, Jakob 2017-08-08 15:55 GMT+02:00 qiang lu : > Sure, I attached the files in this email. > > >

Re: [sumo-user] traci.vehicle.getDistance() crashes SUMO

2017-08-13 Thread Jakob Erdmann via sumo-user
Hello, traci4matlab does not yet support all parts of the TraCI API. You can look inside the folder umo/tools/contributed/traci4matlab/+traci/+vehicle to see which of the vehicle functions are currently implemented. If you need a particular function, ask Andres, or better write it yourself and

[sumo-user] traci.vehicle.getDistance() crashes SUMO

2017-08-13 Thread Selva Ganesha via sumo-user
Good day, I've been running a few of traci's functions to obtain data, however traci.vehicle.getDistance() does not work. The attached picture shows the error I obtain from Matlab. When it reaches this line of the code, SUMO freezes and has to be shut down via the task manager. Please note that

Re: [sumo-user] XML parsing and connection error

2017-08-13 Thread Jakob Erdmann via sumo-user
Hello, 1) the parsing error is due to your usage. The emxp object is of type NodeList and does not support the method getElementsByTagName. I suggest you write a script that calls xml2csv.py in a loop using subprocess.call(). 2) the error ("connection closed by SUMO") indicates that either - sumo