Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] lcAssertive Behavior
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Fri, 10 Apr 2020 22:32:14 +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=/8P169uOF2L9Xw4mOqm7vqabbwhQbBxAYnq6hgb4Ikw=; b=cCO/UG0mGuprw6Ta4TKMqARoy68W05tKYDYYSDxOnJ0ItDHjnGIN9kyPNjKiFK6RGkbNIzv+lqR86g/Z4shCZCag6/qalH9Tu4KwC+Hz2aU1w8X+SnjE2NcvUHNq0EYvaDO9wruwaNw3cC6KzPJYc5/cVXRXNsd6Kw/4E8kdT69M52PcbdyW6c/2Q9VcpGlAPcGNc4vfGRvailZRxbduGAlwTx1HMVTTDifQlAhC06f73OMmcS98d2Auu4PvBtS20/AMTSbnXEV6dnr+wA1Am0pMMOdNVfyyPmblXZlemiu65wxNCXjNqBqbUh+V2AGKVHDyhsW7Sk42wU4803gsTg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PltWNgnCpIyXMP2RaepSYE3Iv/uH//V/mfXDtfpyYrqM+g7LzEts9o2zqYzwxNUdYRMTDgh/LGH2SO278iXGMIm3zGqIz6oAewxTtv2/B3jkzUnS6UvjccqZP+CGoUMeYeqTDIgrQgEEHx+gH/a2Nnvb1bPCGn8d3cn2hBY2lyITqT4G1BcOf6s/JSJogzMOIn6gFstZi1YhAKZ9GbduMfDOTAP8H3s81k2QDATytF6zALwpcCqZdzKlV1typj+/dlqwbO89+nnoDFfy4mniOewZfDaXAosDeVYI4uzyyvG5itWIDf5dTPQyF71UvQ3bwBgrkG0QOf/FyHjqyW9blQ==
  • 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: AQHWD4FlTCWGf/q/EUennUxDUJviQQ==
  • Thread-topic: lcAssertive Behavior

Hi,

My team is exploring on how 'lcAssertive' influences the gap accepted by the vehicle attempting to merge.
The test scenario is a 2-lane road where two vehicles are traveling (at 15m/s) on the right lane and the merging vehicle is traveling (at a higher speed) on the left lane.
Our experiments aim to find the minimum gap accepted at each lcAssertive value.

My questions are as follows:

  1. The SUMO vehicle definitions state that "the required gap is divided by the value of lcAssertive". However based on our experiment results, it seemed like the accepted gap is adjusted by some sort of a function of lcAssertive instead of a simple division. How does lcAssertive influence the accepted gap (required gap)? Is the function (or equation) available somewhere in the source code?
  2. Does the tau value play any role in the minimum accepted gap?
  3. We observed lane change failure with the default value of lcAssertive (lcAssertive="1") or lcAssertive = 2 even when the available gap was very large. All the other values were kept as default as well (minGap = 2.5, Tau = 1). The gap between the two vehicles in the target lane was 300m. Is this a reasonable result?
  4. Our results show that with MinGap = 0 and lcAssertive as high as 200~300, the minimum accepted gap was reduced to 0.1m + vehicle length. If the required gap is determined by secureBackGap + subjectLength + subjectMinGap + secureFrontGap, does SUMO let us ignore the secureBackGap and secureFrontGap when MinGap is set as 0?
Thank you,

-James Bae 

Back to the top