Re: [sumo-user] Car following model and leaders

2022-03-30 Thread Jakob Erdmann
I'ts the same function for all models: https://github.com/eclipse/sumo/blob/5d82afd50f994d74904b035e5a380befc61c6c00/src/microsim/cfmodels/MSCFModel.cpp#L72-L84 Am Di., 29. März 2022 um 18:05 Uhr schrieb Hriday Sanghvi via sumo-user < sumo-user@eclipse.org>: > Hello again, > > Thank you for the

Re: [sumo-user] Car following model and leaders

2022-03-29 Thread Hriday Sanghvi via sumo-user
Hello again, Thank you for the quick response. Where do I find the calculation for the breaking distance on SUMO? Is it specific to each car following model? Or as I assumed it is the same calculation for them all? Sincerely, Hriday On Tue, 29 Mar 2022 at 16:54, Jakob Erdmann wrote: >

Re: [sumo-user] Car following model and leaders

2022-03-29 Thread Jakob Erdmann
Correct. You need to add the minGap for the front-bumper-to-back-bumper distance. The 'dist' parameter controls the maximum search distance for locating the leader (for a value of dist=0, it defaults to the breaking distance of the vehicle). Am Di., 29. März 2022 um 17:49 Uhr schrieb Hriday

[sumo-user] Car following model and leaders

2022-03-29 Thread Hriday Sanghvi via sumo-user
Hello, I am currently using the Krauss model for car-following following a very simple 2-lane scenario. When I use the *traci.vehicle.getLeader*(vehID=vh, dist=0.0) command, for a vehicle *f.1*, I get the output *('f.0', 1.0995103573504839) *- which is telling me that it is ~1.1m in front of the

[sumo-user] car following model

2021-09-23 Thread Pradeep Viyaluru Harinath
Hello all, I have been trying to use the default values of ACC and CACC but I would not see it in the netedit and I am not sure if specifying in route file gives any sense to it. I want to edit parameters such as "gapControlGainSpeed, collisionAvoidanceGainSpace" etc. Please let me know how to

Re: [sumo-user] Car Following Model (Smart_SK1)

2020-03-17 Thread Traboulsi, Abdullah
Never mind, I miss typed the new model name in sumo/src/microsim/cfmodels/CMakeLists.txt After correcting it, I was successful in building it. On Tue, Mar 17, 2020 at 11:47 AM Traboulsi, Abdullah wrote: > Hi everyone, > > I am trying to create my own car following model, by duplicating an >

Re: [sumo-user] car following model problem

2019-02-11 Thread Jakob Erdmann
Hello, if you measure higher flows in real life it might be because the traffic lights in reality are coordinated so they are forming a green wave. In SUMO you can use the offset parameter of the traffic lights to achieve similar coordination (for static traffic light programs that have the same

[sumo-user] car following model problem

2019-02-11 Thread panpingping (A)
Hi all, I simulated two single intersection respectively and now for each intersection, I put flow volume from the dead edges, and counted the past volume at stop bar near the traffic light every 15 minutes, and make sure that the counted volume is similar with the real field data. And then I