[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

Re: [sumo-user] Automated Intersections

2017-11-27 Thread Jakob Erdmann
Hello, define the node type as traffic light and set all lights to Green. Then you can manage approach speeds yourself and still get collision detection (with --collision.check-junctions). regards, Jakob 2017-11-27 1:47 GMT+01:00 Eugene Vinitsky via sumo-user < sumo-u...@lists.sourceforge.net>:

Re: [sumo-user] Default speed

2017-11-27 Thread Jakob Erdmann
Hello, insertion speed is the minimum of both values (see http://sumo.dlr.de/wiki/Simulation/VehicleSpeed) Default maximum speed for pedestrians is 1.39m/s (5km/h) regards, Jakob 2017-11-26 12:42 GMT+01:00 Sara el hamdani via sumo-user < sumo-u...@lists.sourceforge.net>: > Dear sumo users, > >

[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] Automated Intersections

2017-11-27 Thread Eugene Vinitsky via sumo-user
Hello, I am trying to use SUMO to control an automated intersection. If I set the priorities of a node that two lanes pass through to be equal, one of the lanes yields to the other. If I set the mode to be "unregulated" the cars wind up passing through each other. Does anyone know what mode might

Re: [sumo-user] Problem while importing shape file and creating TAZ

2017-11-27 Thread Jakob Erdmann
Hello, the tool edgesInDistricts ( http://sumo.dlr.de/wiki/Tools/District#edgesInDistricts.py) can be used to generated the TAZ files automatically from polygons. The polygons must be in the xml format generated by Polyconvert and describe the outline of the TAZ. regards, Jakob 2017-11-27 0:11

Re: [sumo-user] influencing lane change behavior in accordance with road marks

2017-11-27 Thread Jakob Erdmann
Hello, in the latest development version, the MSLaneChanger constuctor already sets a flag for each lane which defines whether changing to the left or right is possible. I've outlined a rough implementation draft here: https://github.com/DLR-TS/sumo/issues/3656 Patches are welcome (-: regards,