Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Is it possible to turn off sliding in the simple continuous lanechange model?
  • From: Gergely Ferenczi <Gergely@xxxxxxxxx>
  • Date: Tue, 18 Jun 2024 14:52:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mxt.co.uk; dmarc=pass action=none header.from=mxt.co.uk; dkim=pass header.d=mxt.co.uk; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=VRojdxASqFcDgIyzGh2ss/0JxiyEqwjZShK662fheyQ=; b=fT5ANi4yVzuRc7hKsVbdLL/od3u7Byt/Zgvs9aF1Pn0Gu6RQG17gv1Hy8fDk54qe6M3ou80BTY7FxaKOImWzTKfjd9uOOW8o2d9sYYFAENPJ0mW2rMOAN5Cpbc0f2tAlSHUmKpMfSkUgaiopjXhULt7afRrBp4J6tCe5Mio49+RJe7byA/FyNxlh2a3RnudN8MG7d63kWdQ6EfOmC0SglYzmK0MCr+v6ByiEZXrUbmmb++GJff3MMKK2p0tFqsWTRZ/P6iUQQJ5PdaeHq8oRgIMbqtmM7MZUZR9Pp+G47yVPpvVMGZPFkibNcac7+HqB9aMU5p1yWFrMLo1HSTnx2w==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZG6k0NtmR/eEkQfNVinXjGAmnD914ccHkcGBd+IJTXCX9qBFLZqp/Fa/hubCNgzT9JetS5VM0K8OtyblC+DEpO8ag1mg9hVPra/LFAobza8eEPAanYyvUfkNFYygm9ER/7RTUCyEbrpxNI8XgSvq3GkT1F3QNzfJ9pdWXhZTd8WosfO5OdV2mefMofcsei+8IPaciATaVux/to7HwzDh+1n5MY7NPugqotTRvz2GzG3TPHHmBMgpa2Z73Wd+s1ohjVz93RaADz4uBs0EBN7ZIsdcdao3RLhBGfQdcOJtf9hewUqqyZAPnwVx3Bn653XdLloJr4Zx46mMXGEdj9+86Q==
  • 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: AdrBi7e0jwSVr02JTVy5Y/Hr+xT+AQ==
  • Thread-topic: Is it possible to turn off sliding in the simple continuous lanechange model?

Dear SUMO community,

I see some conflicting information in the documentation on the parameters controlling sliding. Here (https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#lane-changing_models) the parameters lcMaxSpeedLatStanding, lcMaxSpeedLatFactor & lcMaxDistLatStanding are mentioned as belonging to both LC2013 and SL2015. However on the sublane page (https://sumo.dlr.de/docs/Simulation/SublaneModel.html#model_details) lcMaxSpeedLatStanding & lcMaxSpeedLatFactor are mentioned as being additional parameters provided by SL2015. Do these variables in principle control both lane changing models or only the sublane model?

 

I have been trying to use lcMaxSpeedLatStanding & lcMaxDistLatStanding to eliminate sliding in the simple continuous lane change model (LC2013). We use that instead of the sublane model because the latter is prone to deadlocks without sliding and exhibits undesirable queueing behaviour (screenshot attached) in congestion and we expect to see congestion in our simulation. It is important for our purposes that the vehicles behave realistically as they would be observed from a car sitting in traffic i.e. they queue within lanes and do not slide sideways absent forward motion.

These parameters seem to not have an effect when using the simple continuous lane change model. Is this intended behaviour which the documentation does not reflect, is this a bug or am I not going about eliminating sliding correctly? Is it possible to eliminate sliding in the simple continuous lane changing model?

I have attached a minimal repro scenario in which I am observing the sliding behaviour even though as far as I can tell it should be eliminated. I have attached some plots I made of the motion of some of the vehicles that show that there is transverse motion when there is zero longitudinal motion.

Kind regards,
Gergely


This email and any files communicated with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error, please inform us and delete this message. It is forbidden to copy, forward, or in any way reveal the contents of this message to anyone.

MXTREALITY UK LTD. trading as "MXT" | A company registered in England and Wales | Company number: 10431348 | The Courtyard, 4 Evelyn Road, London, United Kingdom, W4 5JL

Attachment: DefinitionOfVehiclesVehicleTypesAndRoutesPage.png
Description: DefinitionOfVehiclesVehicleTypesAndRoutesPage.png

Attachment: Sliding_ReproScenario.zip
Description: Sliding_ReproScenario.zip

Attachment: SublanePage.png
Description: SublanePage.png

Attachment: UndesireableQueueing.png
Description: UndesireableQueueing.png

Attachment: ProofOfSlidingVehicle.zip
Description: ProofOfSlidingVehicle.zip


Back to the top