[sumo-user] How to explain pedestrian frequency in a paper?

2018-01-03 Thread Sara el hamdani via sumo-user
Hello all, In my simulation setup I used the --period 35 s, what is equivalent to 100 (ped/h). In my research paper I named the value 100 (ped/h) pedestrian density. And I got this question from the reviewer: "You did not define what pedestrian density mean?". I could not explain it from the

[sumo-user] The difference between Waiting time and Time loss

2017-11-27 Thread Sara el hamdani via sumo-user
Dear sumo-users, In my results I found that trip duration, waiting time and time loss values are very approximate. I need to use the three metrics and I understood from the wiki that "waiting time" is due to *stopping* and "time loss" is due to driving with a lower *speed*. I need to know how

[sumo-user] Default speed

2017-11-27 Thread Sara el hamdani via sumo-user
Dear sumo users, In route file I defined the maxSpeed="30.0" and departSpeed="max". After I simulated I noticed that in the edge file speed is given as speed="13.0". I don't know if the vehicles was simulated with 30 m/s or 13 m/s. I need to know also the default speed of the pedestrian when it

[sumo-user] tlLogic phases

2017-11-23 Thread Sara el hamdani via sumo-user
Dear sumo users, My question is not related directly to SUMO simulator but to traffic light system. I need to know the number of phases for the traditional TLC of 30s and for 10s for intersection of 4 roads, 2 directions in each road, and 3 lanes in each road, the intersection include crossing

[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;

[sumo-user] How to get the results of the simulation

2017-10-31 Thread Sara el hamdani via sumo-user
Hello sumo users, I need to get the avg. trip duration, avg. trip waiting time and avg. trip time loss for both vehicles and pedestrians. I couldn't get this results (avg) using reports, but I found vehicles's avg on the sumo-gui simulation parameter. How could I get pedestrians's avg. trip

[sumo-user] Stop the pedestrian at a certain position while crossing

2017-10-19 Thread Sara el hamdani via sumo-user
Hello, I want that pedestrians would cross the road one lane at a time so that they would stop at the line (the red line in the figure) after passing a lane before they continue the corssing. I tried with traci.person.getLanePosition() but it doesn't seem to be what I need, and I am not sure the