Re: [sumo-user] Set traffic light error

2017-11-02 Thread Eugene Vinitsky via sumo-user
Thank you! On Thu, Nov 2, 2017 at 12:14 AM Jakob Erdmann wrote: > Hello, > the error indicates that the phase string "GyGy" does not have the correct > number of entries. Right-click the traffic ligh (red/green bars) for > center0 in sumo-gui and check the number of controlled links by selecting

[sumo-user] question about lateral dynamic

2017-11-02 Thread Du, Kunyue (TF-D) via sumo-user
Hi Sumo, I am using Sumo as a simulation tool to get some Data to train my model. My model is about lane changing intention detection. So I need the vehicle not to move so perfect in the lateral direction when it is on a lane. In Sumo, the lateral speed of the vehicle is always 0 when it is not

Re: [sumo-user] sampledSeconds

2017-11-02 Thread Jakob Erdmann via sumo-user
Hello, the value is the sum for all vehicles in the measurement interval. I've updated the wiki to make this more clear. Thank you for reporting the ambiguity. regards, Jakob 2017-11-02 12:13 GMT+01:00 Natalia Liora via sumo-user < sumo-user@lists.sourceforge.net>: > Hello, > > I run SUMO and I s

[sumo-user] sampledSeconds

2017-11-02 Thread Natalia Liora via sumo-user
Hello, I run SUMO and I select as an output the emission-output file in which I get for each edge the abs and normed emissions for the whole simulation period. Also, for each edge there is a value for the parameter sampledSeconds which is greater than the total simulation period. Why is this s

Re: [sumo-user] Query regarding sumo behavior with lanechangemode and setspeedmode

2017-11-02 Thread Jakob Erdmann via sumo-user
Hello, - laneChangeMode 0 also disables security checks. To disable all autonomous changing but still handle safety checks in the simulation, use either one of the modes *256* (collision avoidance) or *512* (collision avoidance and safety-gap enforcement). - By default there may only be one vehicle

Re: [sumo-user] Set traffic light error

2017-11-02 Thread Jakob Erdmann via sumo-user
Hello, the error indicates that the phase string "GyGy" does not have the correct number of entries. Right-click the traffic ligh (red/green bars) for center0 in sumo-gui and check the number of controlled links by selecting 'show phases' or simply call trafficlights.getRedYellowGreenState('center0

[sumo-user] Set traffic light error

2017-11-02 Thread Eugene Vinitsky via sumo-user
Hello, I am trying to control a grid of traffic lights in which they are named "center0", "center1", etc. I run the command self.traci_connection.trafficlights.setRedYellowGreenState('center0', 'GyGy') I then get the error: Mismatching phase size in tls 'center0', program 'online'.ACT If someone