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
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Tue, 12 Jan 2021 15:43:27 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=cphEMV1KkBNGyzPfsKJLbzyIdz0ui411bfEVrBx1dbg=; b=VmDM034E5ypsGYuyUGJdznpZl3LGJOo6GAA04QEbtbxtSa90GNuP+LQYqcikF9NbEFJSM/GpZ4z8RRy3FaQWYRCwiNJckns9OwIYMmGskNkU3OS+7sgcdvEARz18rF8MSK9tFPepEzkJG2nDhvKi6TCIiLjLVd4BLQ+OgOiTEBFgWwlZhra79ccSzvg5PofshhPEGE6KCXSPHH9s38CsxweY0XsTJA6NkfBLyUlXhb4mzfslyaA+F4g8njPl470RxEeqBpFUaZe+hvDlibRIHtmrgLCv9c2r9FpMHjjAtBPop71BUeRr9WAwQ4oaOYH3taeQN6J5Qgvg3AgMSY+Phw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GB9s/BRrfeJDyClL4pBuolWMzBoEWkHq2WpwxkLN5y075lYeXCCMW6pTWU8ivW3PS/7fisrZN47oNBe60wSyPQl60EoVmx6yEd5wtNjOX4vmgomlIo1CecoH5aFGEVWP5pwf6/iEZ9a9B0b0ATNUErH/OKGCdU2LE0S9s4W3E6YFSfJ5TDHDr94zPoG6keHPugXquEqu/KRjRBETq//t1Qi1gAJpchF5AWxvPpvBDuQ/i/7lKRkIMdXOtLj702OdQatQgLqWEr5EbY8fSW4BPbxkp5Bh9GV/mshXr21YOBwcUwrDDQ1QZeNDQ/hE3p06haFS40/JwhqexELj0upg4A==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHW54iElxF6tk0hekOLE8mDGSOrIKojuTgAgABqp64=
  • Thread-topic: [sumo-user] Definition of Brake Gap in secureBackGap and secureFrontGap


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.
 

Back to the top