Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] lcAssertive Behavior
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Wed, 15 Apr 2020 17:26:24 +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=hvfjX5ifkKuF7nhMwnMU9uYWajvRy7iAKd/C+aCZIQg=; b=c5wBHyzEebal6yQ1LotrP7w6swZtwZeB4ehU57mZRZsw5UoC6DGcQV6R73uKQff+0jBVS3H8yoVHVg+lyb+ZGMNJyOKE9I2Do9gfhKpasj45gPLwkxx6Q29NIqAHoErdav8GSFnbFcr6coMsFCuhZVXaogFYMbfi90WZoLHBDrShpO9kdlKepF8k1DHiYeY0Zy/sRboCxpXf/OENnlaxRFzh6TfKFuVjcjwHnFIzOJeKqQEhn6xKy47ddFc+6d8ezx8wu9dp7sgPIPy9tfCgjfjr7nT0xhLFMzOzoHe2hOPjHkCnzaedlcJpLpNBEMmmz82dzGf5rLXv0h1dW0gjkw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WgcJDu3pi1CL5MYahS8Xgel3tM4s2inocIA7MT5Yh2ftx9V+pRV1rDloKOjpLDk4p273UIYYtcTEGeQDOfi7jV5sD6hrmk7hOC96ETmHeNhM+sTk35F0koyaTsDjfpgWV8v1YfjUGXdhfnP9VsbVxjVwgnOMPdIIr9PeMMbs3H4XkcwWzYMPaeQPD2KaTDpyUqrBouhNx2Tuk2AVLtmlYGpn0Gahk/ofM59KwTDmEdKqfLAuefDvIMqIZF7VOS9krespHpIqUYhj0m2R0ULJ24aAjWGroEHMRcOC7dwAh8+t6lQu0iF3Q6JS7r4FmdX/LGVtUV0m5SFCpgxmw8Ye2w==
  • 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/EUennUxDUJviQah2qw0AgAPKBqA=
  • Thread-topic: [sumo-user] lcAssertive Behavior

Jakob,

Thank you so much for your reply. I have a few follow up questions.. The first 2 questions are referring to the attached images.

  1. Merging Issues: Attached image (Merging Issues) shows the scenario settings and parameter values of each vehicle. It shows a gap of roughly 150m but the subject vehicle fails to merge. I'm having trouble with understanding why 'lcState right' says blocked when the gap between leader and follower is about 150m. 

  2. If ACCEL2SPEED and SPEED2DIST are computing the change in speed ans distance per timestep, would Follwer and Leader's ACCEL2SPEED be 0 (since there is no change in speed between timesteps due to their constant speed) and SPEED2DIST be 15 (constant speed at 15m/s)? And how does ACCEL2SPEED of 0 work in the brakeGap function shown in the attached image (brake gap code)? This will make speedReduction = 0 and 'steps' undefined due to the denominator of 0. 

  3. What do 'neighFollow.second' and 'neighLeadsecond' mean in the link below?
    https://github.com/eclipse/sumo/blob/1c5cd080e83c7cad30f96a6c6b70bb4d80478bdb/src/microsim/MSLaneChanger.cpp#L812
    https://github.com/eclipse/sumo/blob/1c5cd080e83c7cad30f96a6c6b70bb4d80478bdb/src/microsim/MSLaneChanger.cpp#L781

  4. In the 'SecureFrontGap' and 'secureBackGap' functions, could you please verify what these arguments mean?
    https://github.com/eclipse/sumo/blob/1c5cd080e83c7cad30f96a6c6b70bb4d80478bdb/src/microsim/MSLaneChanger.cpp#L798-L799
    https://github.com/eclipse/sumo/blob/1c5cd080e83c7cad30f96a6c6b70bb4d80478bdb/src/microsim/MSLaneChanger.cpp#L767-L768
    - vehicle: subject vehicle ID (vehicle that is merging)
    neighLead.first/neighFollow.first – Leader/Follower vehicle ID
    vNextFollower – Follower vehicle speed
    vNextLeader – Leader vehicle speed

Thank you very much for your help!
-James 


From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Monday, April 13, 2020 3:27 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] lcAssertive Behavior
 
Hello,
1) It really is a simple division. The formula is here:

2) Yes. It contributes to the getSecureGap function of the carFollowModel.

3). With these parameters, lane changed most likely did not fail due to lack of gap. You can check the lane-change status in sumo-gui to learn more about the vehicle state (lcState right, lcState left in the vehicle parameter dialog). If you cannot figure it out, send me a sample scenario.

4). This is to be expected as you are dividing the secureGap by 200 which pretty much makes it vanish. The correct formula would be this however:
requiredGap = secureBackGap + followerMinGap + subjectLength + subjectMinGap + secureFrontGap
(When computing the remaining gap between vehicles the minGap is already subtracted. In a sense it acts like a fixed extension of the vehicle length.)

regards,
Jakob





Am Sa., 11. Apr. 2020 um 00:32 Uhr schrieb Bae, Jong In <jbae42@xxxxxxxxxx>:
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 
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Attachment: Merging Issue.PNG
Description: Merging Issue.PNG

Attachment: brakeGap Code - MSCFModel.png
Description: brakeGap Code - MSCFModel.png


Back to the top