[sumo-user] calculate delay

2018-06-15 Thread Jose Monreal Bailey
Hi all, Is there anything to calculate the vehicle delay produced by traffic lights in red? I found this past e-mail asking something similar: https://sourceforge.net/p/sumo/mailman/message/26854654/ Best regards, José ___ sumo-user mailing list sumo-

[sumo-user] Question regarding TLS in SUMO

2018-06-15 Thread Jose Monreal Bailey
Dear all, What's the difference between the TLS types static, actuated and delay_based? Can you give me some example how to use and when to use each of these? I also want to be able to modify the TLS programs on real-time through traci. Best regards, José ___

Re: [sumo-user] What's the definition of Phase?

2018-06-15 Thread Jose Monreal Bailey
Thank you Mirko On Fri, 15 Jun 2018 at 17:02, Mirko Barthauer wrote: > Hi José, > > a phase means a time interval during which all signals of a traffic light > remain the same. You can see the phases in the Netedit traffic light mode: > Every line of the table is a phase in SUMO terms. > Regard

Re: [sumo-user] What's the definition of Phase?

2018-06-15 Thread Mirko Barthauer
Hi José, a phase means a time interval during which all signals of a traffic light remain the same. You can see the phases in the Netedit traffic light mode: Every line of the table is a phase in SUMO terms. Regards Mirko Am 15.06.2018 um 15:43 schrieb Jose Monreal Bailey: Dear users, What

[sumo-user] Extending dinamically greenLight time

2018-06-15 Thread Jose Monreal Bailey
Hello everyone, What methods from Traci I must use to change dinamically the green light time ? to last longer and to reduce its green time. Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve yo

[sumo-user] TraCI Message Flow

2018-06-15 Thread Diestmann, Gunnar via sumo-user
Hi, I have another question about TraCI. Lets say I want to control one car of the simulation with the TraCI function simulationStep(). This is going to be veh 1. With a for loop and the getDepartedIDList() function I check when veh1 enters the simulation. When I does enter the simulation I use

[sumo-user] What's the definition of Phase?

2018-06-15 Thread Jose Monreal Bailey
Dear users, What is a phase in sumo? What are the meanings of the numbers that getPhase returns? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubscribe from this list,

Re: [sumo-user] TraCI step-length

2018-06-15 Thread Menno van der Woude
Hi Gunnar, the simulationStep takes an argument, that will move the simulation to that position. See the wiki: http://sumo.dlr.de/wiki/TraCI/Control-related_commands "If TargetTime is 0 (zero), SUMO performs exactly one time step. Otherwise SUMO performs the simulation until the given time s

Re: [sumo-user] vehicles colliding when ignoring safe gap?

2018-06-15 Thread Jakob Erdmann
Hello, if sumo does not trigger a collision event, this is purely a graphical issue. Please check whether the lane on which these cars stand has a custom length. You can use road coloring 'by given length/geometrical length' to quickly find whether this is the case. regards, Jakob 2018-06-15 10:2

[sumo-user] TraCI step-length

2018-06-15 Thread Diestmann, Gunnar via sumo-user
Hi, I'm using TaCi/C++ to use SUMO in co-simulation with another software. So far I have a very simple program to get the position of the vehicles in the simulation (the simulation has just two cars). It works perfectly fine. Now I tried to change the step length for the simulation steps to 1ms.

[sumo-user] vehicles colliding when ignoring safe gap?

2018-06-15 Thread Andras Vobornik
Hello Everyone! I have a small project for what I use a simple intersection in sumo. Unfortunately I have a small issue: When a car wants to turn left, but it can not because of another car, the one that follows it literally crashes into it (brakes, stops, but already intersecting the car in the f