[sumo-user] How to get jerk value at every simulation step

2020-09-24 Thread Lokesh Das
Hi All, I am looking for a way to calculate jerk of a vehicle during at every simulation step. I did not found any method directly to calculate jerk value of a vehicle.  Which way I should adopt for this? Thank you all. RegardsLokesh ___ sumo-user mailing

Re: [sumo-user] Different probability flows between simulations

2020-10-21 Thread Lokesh Das
Hi Tiago, >From the heading, it seems that you want to change the vehicle injection probability in every simulation run. If it is, you can do it in two ways: i) manually- every time change probability value in route file or ii) dynamically- change it using TraCI API. However, if you want with the

Re: [sumo-user] Randomness Sumo

2021-01-11 Thread Lokesh Das
Hi, One way of getting different speeds at every run. SUMO simulation uses the default seed value (i.e., 1234) in the simulation configuration file. You can set different seeds at every run using Traci and it will give you speed variation eventually. Regards, Lokesh On Mon, Jan 11, 2021 at 12:19

Re: [sumo-user] Calculate total distance travelled

2021-02-12 Thread Lokesh Das
Hi Abdullah, You can use the tripinfo.xml file to calculate the total distance traveled by all vehicles at the end of the simulation. The tripinfo file contains the total travel distance for every vehicle which has finished its trip. You just need to parse it. Thanks, On Fri, Feb 12, 2021 at 3:

Re: [sumo-user] speed limit

2021-03-14 Thread Lokesh Das
Hi You can create multiple vehicle types using and set different maxSpeed for the particular vType. You can also use speedDev and Speed factor to get a variable speed limit. Please refer to this https://sumo.dlr.de/docs/Simulation/VehicleSpeed.html and https://sumo.dlr.de/docs/Definition_of_Vehi

Re: [sumo-user] Reinforcement learning for public transport system

2022-03-12 Thread Lokesh Das
Hi The following link would be a very helpful and good starting point. SUMO works as an environment and TraCI has APIs to bridge between RL algorithm and SUMO. https://sumo.dlr.de/docs/TraCI.html Thanks, Lokesh On Fri, Mar 11, 2022 at 10:20 AM Pearla Hajjar wrote: > Hello all, > > I am new to

Re: [sumo-user] Simpla Method Access Error

2023-03-12 Thread Lokesh Das
Hi Zedric, Try to install the latest SUMO Nightly Snapshots version. It will solve your problem. Thanks & Regards, [image: UofM logo] Lokesh Chandra Das Ph.D. Student | Computer Science Graduate Teaching Assistant The University of Memphis email: lokeshd...@gmail.com On Fri, Mar 10, 2023 at 1:

Re: [sumo-user] vehicle set speed issue

2023-05-11 Thread Lokesh Das
Hi, This is because you are using the duration parameter value as zero in your slowdown method. Please take a look at the manual. If you set the duration to 0 seconds, the vehicle won't be able to set your new speed. Typically, the slowDown method sets your new speed up to a given duration (in sec