Re: [sumo-user] pedestrian flow

2019-07-02 Thread Jakob Erdmann
Netedit Person/Pedestrian support is being worked on in a branch. Until then you have to define the personFlow manually ( https://sumo.dlr.de/wiki/Specification/Persons#Repeated_persons_.28personFlows.29 ) If you manage to create a core-dump with the current development version of netedit, please

[sumo-user] pedestrian flow

2019-07-02 Thread Jose Monreal Bailey
Hello everyone, Is it possible to do pedestrian flows? or is it just trips? I am trying to make them in Netedit, but I get coredump when trying to save the file. Best regards, Jose ___ sumo-user mailing list sumo-user@eclipse.org To change your

Re: [sumo-user] [PEDESTRIAN]FLOW]

2019-04-26 Thread Jakob Erdmann
see https://sumo.dlr.de/wiki/Specification/Persons#Repeated_persons_.28personFlows.29 In the latest development version you can even combine the od2trips options --pedestrians and --flow-output to create personFlows regards, Jakob Am Fr., 26. Apr. 2019 um 18:41 Uhr schrieb Luca Di Costanzo <

[sumo-user] [PEDESTRIAN]FLOW]

2019-04-26 Thread Luca Di Costanzo
Hi guys, I'm in a rush and I should implement a pedestrian OD matrix. I saw that in sumo 1.2.0 is possible to give a personFlow but I'm not able to use it. Can you help me with the complete syntax to write in *rou.xml files? In the meanwhile I'm experimenting with TAZ and OD2TRIPS (using

Re: [sumo-user] Pedestrian flow Probability

2017-11-23 Thread Sara el hamdani
I'm doing this to install the last version sumo on ubuntu : sudo add-apt-repository ppa:sumo/stable sudo apt-get update sudo apt-get install sumo sumo-tools sumo-doc And I get 0.30.0 as a newest version. When I download the 0.31.0 version manually and I try to install I get too many errors. Is

Re: [sumo-user] Pedestrian flow Probability

2017-11-22 Thread Sara el hamdani
I apologize for asking the question it was my fault to give the same node id twice. the problem is solved now. However, I have an other question. I'm using sumo 0.31 and I get this information in the logfile: Performance: Duration: 86945ms Real time factor: 1.92766 UPS: 369.935016 Vehicles:

Re: [sumo-user] Pedestrian flow Probability

2017-11-22 Thread Sara el hamdani
Thank you jakob for the reply! I wanted to asck about tlLogic too. I have two signalized and connected intersections. I saved my tlLogic program in an additional file and I'm calling in as an input in the sumocfg file. I want that my tlLogic program : control the two intersection, when it is

Re: [sumo-user] Pedestrian flow Probability

2017-11-22 Thread Jakob Erdmann
Hello, the avg pedestrian walking duration should be included since version 0.31. If you are certain that this version of sumo is used, the only way your output makes sense if you had persons but they weren't walking (only riding in vehicles). The timeloss values for pedestrians (in statistics

Re: [sumo-user] Pedestrian flow Probability

2017-11-22 Thread Jakob Erdmann
Yes, the depart distribution from your code should be equivalent to the randomTrips behavior with the given options. 2017-11-21 10:47 GMT+01:00 Sara el hamdani via sumo-user < sumo-u...@lists.sourceforge.net>: > Hello sumo users, > > I want the pedestrians to trip in certain walking ereas, and

[sumo-user] Pedestrian flow Probability

2017-11-21 Thread Sara el hamdani via sumo-user
Hello sumo users, I want the pedestrians to trip in certain walking ereas, and I'm using this code to write the trip file. with open("pedestrians.trip.xml", "w") as routes: print('http://www.w3.org/2001/XMLSchema-instance;