Re: [sumo-user] What happens if the default.action-step-length is smaller than the step-length

2018-10-15 Thread a.chandramohan
Dear Jakob, Thanks for the quick reply. That is exactly what I wanted to do. Best Regards Aashik From: Jakob Erdmann Sent: 15 October 2018 16:29 To: Sumo project User discussions Subject: Re: [sumo-user] What happens if the default.acti

Re: [sumo-user] What happens if the default.action-step-length is smaller than the step-length

2018-10-15 Thread Jakob Erdmann
Just the other way around. step-length is the simulation update frequency and action-step-length is the frequency for changing behavior. However, if you just want to reduce the frequency of traci requests, you only need to set step-length 0.01 and in traci call traci.simulationStep(traci.simulation

Re: [sumo-user] pedestrians waiting time

2018-10-15 Thread Jakob Erdmann
Eventually we'll add this, but it is not a priority and could take some time as it requires quite a bit more code than the timeLoss computation. Am Mo., 15. Okt. 2018 um 14:37 Uhr schrieb Jose Monreal Bailey < jmonr...@gmail.com>: > Hi everyone, > > There is no pedestrian waiting time output? onl

[sumo-user] What happens if the default.action-step-length is smaller than the step-length

2018-10-15 Thread a.chandramohan
Hi all, I am currently trying to create a driving algorithm which is used to control a vehicle based on the vehicle parameters of the surrounding vehicles. Now to increase the execution speed, I am only going to use the information of the surrounding vehicles, every 1 second, but to get the late

[sumo-user] pedestrians waiting time

2018-10-15 Thread Jose Monreal Bailey
Hi everyone, There is no pedestrian waiting time output? only timeloss? Will it be a pedestrian waiting time in sumo? Best regards, José ___ sumo-user mailing list sumo-user@eclipse.org To change your delivery options, retrieve your password, or unsubsc

Re: [sumo-user] Polygon coordinates via TraCI

2018-10-15 Thread Jakob Erdmann
The issue is fixed in the latest development version. regards, Jakob Am So., 14. Okt. 2018 um 20:29 Uhr schrieb Jakob Erdmann < namdre.s...@gmail.com>: > Thank you for the example data which allowed identifying the issue: > https://github.com/eclipse/sumo/issues/4707 > > > Am So., 14. Okt. 2018 u

Re: [sumo-user] Genetic / Evolutionary Algorithm in SUMO

2018-10-15 Thread Menno van der Woude
Hi Lorenzo, a good way to start might be sharing your own code? That way, people with knowledge about this theme (alas, not me) can react and help reflect and improve upon that. Or at least a more substantive description of your project. However, the SUMO user mailing list may not be the bes

Re: [sumo-user] CodingConnected.Traci example

2018-10-15 Thread Menno van der Woude
Hello, the documentation of CodingConnected.TraCI.NET is indeed limited. The README.md only provides a very minimal example of how to get started. The library assumes a working knowledge of TraCI, and generally reflects the design of TraCI. You can easily browse the sources of the lib to fin