Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Questions on SUMO Built-In Functions (getSecureGap & brakeGap)
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Sun, 12 Apr 2020 21:03:48 +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=a7xVTdLl++icNCgFtTBpQRmyyMVhtJ+vOKRbN1ey9k0=; b=SETk9VSshQ6rmqmfSE1hI03fDyf/9q2psLN4w1icRZ0+FW0sGlQA4fGWuDlgw2y6SHozXOILF5hBY2AaqZMGmiqwy7Z8wpY5Bo70ZFrSAw6MyjYXWEi6iYOsIPSHkMdxI1TxWZiCOfHhvU7KBZHXTJ30PcIYah1RaS99lIXeTY+xbOFc7TRWPs2/s1Wqge2p4Ys5mxXaZ9HEaghtrfk/Gwp9CRwwmtQiVgv2vNhYGApV9uKWpRTiwMJsubJ/qI1xlUJD6CymorS2jiGvdzyx7wIwNUxW9mw2gkwqBVX2UgTizBlPxcmzrDTag2GbMN1+dIWPxd/6DpLAXwZUAOKS7A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YsTKkdV+CQw1X16bozUQCAIROIrigeoOeIhiRnH7/RSedLz+QEYyuinDZrISrweeWFsW86cnQPEKB2Ojakuo0wf10S7CufAXSCFqZK5ABMugA7F0deK/HsRDmjNyQZi40pEmzDzUVfxaJA34IEiwCNwMC2iGB/fcL5gC0dgFHo7vNcu4hX/uJ4Nop40smaEeFRLHXpw5Yy1lVnygkOGVMeVMnPxlz5h2wx7MLrFz9Cj8YtHbOWnvdUP3Co15b6Y5XWAV2+y2yKrysVZ+J7HQgPzOfEJsA25/Cv6vf2EA366aMg/3k3s0g6tZO7r10MGOiB+5iWW3iZDi9YOHza+BGg==
  • 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: AQHWEQ3cGB+8QrgdmUWVJvy5p/yMZw==
  • Thread-topic: Questions on SUMO Built-In Functions (getSecureGap & brakeGap)

Hi,


  1. Could you verify the meaning of each argument of the two functions? 
getSecureGap
  • myDecel - current deceleration rate of the subject vehicle (the one attempting to merge)
  • leaderMaxDecel - current deceleration rate of the leading vehicle (vehicle preceding to the lane change area)
brakeGap
  • speed - current speed of the subject vehicle
  • myHeadwayTime - Tau value of the subject vehicle (is this the same as headwayTime argument?)
  • leaderSpeed - current speed of the leader vehicle
  • ACCEL2SPEED - is the formula available? (the time.h file only says the formula as x/deltaT; what are these parameters?)
  • SPEED2DIST - is the formula available?

2. In the required gap equation = secureBackGap + subjectLength + subjectMinGap + secureFrontGap, how are 'secureBackGap' and 'secureFrontGap' determined in the 'getSecureGap'?
Is it simply using follower vehicle's deceleration and speed for 'secureBackGap' and leader vehicle data for 'secureFrontGap'?

Thank you in advance for your assistance.

-James Bae


Back to the top