Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Definition of Brake Gap in secureBackGap and secureFrontGap

see https://github.com/eclipse/sumo/blob/24c710ffcbdbdadb829c1958cdd7667665ac0452/src/microsim/cfmodels/MSCFModel.cpp#L73-L94

Am Di., 12. Jan. 2021 um 16:43 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:

In this code, what would be the definition of brake gap?

Thank you!

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Tuesday, January 12, 2021 4:20 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Definition of Brake Gap in secureBackGap and secureFrontGap
 
In the source code of Krauss model's secureBackGap and secureFrontGap, the model is calculating 'follower brake gap' and 'leader brake gap'.
What would be the definitions of these two terms?


Also, would I be correct if I understand secureBackGap and secureFrontGap as the distance that follower and leader require to safely slow down?
If so, what is the speed that the follower and leader are slowing down to?


It is the distance that the car following model deems "secure". For 'Krauss' this would be the minimum distance at which no collision occurs if the leader and follower brake to standstill from their current speeds with their configured deceleration (after reaction time tau of the follower). Other models (i.e. IDM) have a different implementation of getSecureGap.
 
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top