[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

Re: [sumo-user] tlLogic phases

2017-11-24 Thread Sara el hamdani via sumo-user
affic due to the > time "wasted" at every switch. > TLC with short green duration performs better in low traffic because each > arm is served more frequently. > > 2017-11-23 23:07 GMT+01:00 Sara el hamdani via sumo-user < > sumo-user@lists.sourceforge.net>: > >&g

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

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

2017-10-31 Thread Sara el hamdani via sumo-user
aCi server connection: [image: Images intégrées 1] 2017-10-31 12:03 GMT+00:00 Jakob Erdmann <namdre.s...@googlemail.com>: > run your simulation with the option --duration-log.statistics and --log > logfile.txt > you will find the results in logfile.txt > > regards, > Jakob

[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] FatalTraCIError

2017-10-26 Thread Sara el hamdani via sumo-user
Hello sumo user, I get this error and I coud not undrstand it. Could anybody help me find the source of the error? while traci.simulation.getMinExpectedNumber() > 0: File "/usr/share/sumo/tools/traci/_simulation.py", line 175, in getMinExpectedNumber return

[sumo-user] How to get a person's position with more precision

2017-10-21 Thread Sara el hamdani via sumo-user
Dear sumo users Can I change deltaT or have more precision on the position of a person using TraCI? I am trying to get a person to stop when they reach the line between lanes while crossing, and to do this the only way I found is by getting their lanePosition. but between simulation steps my

[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