Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Getting vehicles to file into correct lane ahead of turning off
  • From: Gergely Ferenczi <Gergely@xxxxxxxxx>
  • Date: Thu, 30 Nov 2023 00:32:30 +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=w41I3ydOypyoLUMnpop5Po8whKUigSvxkwO3zWANXOo=; b=UbIA7nuNtDPFVhd93sJDbSRB6mbbeDVKOVsm84+tWq3p8pdRJpQaGjhh+otm9O1nwaRLT8F6wm86MubIs/UbsJ+jYXjxzt0eixZnuB9ybOUu5I2bQSBherDAyz9qUEd+7MWJtT+X6ZX09vlrWU8sR977OGsVsRVVzZtTg+8ClcGCyvw3P0TGmNztRjoi3fRaCO4fRlxj+0ZC1IOyk9UGOpam2C7mme6kcW4cIjFud91C7/BZsxPNxHtn6oZ6Jlnn2kunTiLOeaHoIf8orJl35TvdXNAb8vySJiGCnCCHVmGUS5LdbH094Frh58QsXNqpIZjrJyhMomh18JfWloK9yg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hQFf4Ja0MTV9z0UWTas7Ia0PKaQtQJTa0pnPcRDOJGPtF5hKFl1xCBhhE7UvwKs75hBEo4kihgA2tajZKRpEufW1Xk+VWAai25ld5V4PBq1X4JtDVRRHsTUrOzXkdW2WgVtUQGvTjw4diiZg/eHxGGCyXqbae0dY6soYeOy14rh32t+MNxJ+yKHQgp8NeQ3Dt9mKXPfKx9iFdHo9Ugrrm8BcA+WRkvnDLrnQWV1Tb4lanuPXPlwoEF1Hfin/piQzE2PW/OoFsf/3Iw7+2C0yWeV254FVnfSGhL/EGNidzwJE1sMiqkjldNxX7EN00tNyxnlHJt1iFMOQQR0lax0qJA==
  • 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: Adoi4zpsD7Lkx5rqQKCIO0A6RcPrrgAB4M0AAA5rF7A=
  • Thread-topic: [sumo-user] Getting vehicles to file into correct lane ahead of turning off

Dear Mirko,

The vehicle exhibiting the cutting off behaviour are vehicle 19 (at ~2:06) and vehicle 44 (at ~4:58). We are using SUMO version 1.14.1

Kind regards,

Gergely

 

From: Mirko Barthauer <m.barthauer@xxxxxxxxxxx>
Sent: Wednesday, November 29, 2023 5:38 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>; sumo-user@xxxxxxxxxxx
Cc: Gergely Ferenczi <Gergely@xxxxxxxxx>
Subject: AW: [sumo-user] Getting vehicles to file into correct lane ahead of turning off

 

Dear Gergely,

 

can you please add the vehicle IDs where the problematic lane change occurs and which SUMO version you use? I did see some strange movements at the first time (but unrelated to what you describe) and nothing particular at the second time. Maybe you try different values of lcAssertive lane change parameter to control which gaps are accepted for lane change. If the vehicles move at similar speed at high density, lane changes become difficult because the gaps do not change much over time and are rather short.

 

Best regards

Mirko

 

 

 

 

-----Original-Nachricht-----

Betreff: [sumo-user] Getting vehicles to file into correct lane ahead of turning off

Datum: 2023-11-29T17:44:06+0100

Von: "Gergely Ferenczi via sumo-user" <sumo-user@xxxxxxxxxxx>

An: "sumo-user@xxxxxxxxxxx" <sumo-user@xxxxxxxxxxx>

 

 

 

Dear SUMO user group,

 

 

“Long time listener first time caller.” We are using SUMO to simulate traffic for a driving simulator and want to get realistic driving behaviour out of it. We have a large network composed of an orbital motorway with 4 junctions, modelled on real-life junctions in the UK,  and some roads in the interior. I attached a sumoconfig of just one of these junctions that reproduces the problem that I'm dealing with at the moment.

 

The problem that I'm dealing with is that some vehicles when, traversing this junction and exiting to the left of the screen, do not file into the appropriate lane. The oval shaped roads consist of two lanes with the left lane being the turning lane but some vehicles, instead of filing into the appropriate lane, race ahead in the right hand lane and cut in-front of traffic causing a disruption to the otherwise realistic flow of traffic. This is performed by the green car at ~2:06 and the blue car at ~4:58 in this reproduction scenario.

 

We use the sublane model and run SUMO within our simulation with the command:

sumo-gui.exe --configuration-file "<path to sumoconfig here>" --start --quit-on-end --no-step-log --step-length "0.2" --time-to-teleport "-1" --lateral-resolution "0.8" --collision.action "none"

 

I would like some advice on how to get cars to "know" that the left lane is the turning lane and hence file in rather than change lanes last minute. Is this to be done in the roadnetwork by something in addition to the lane connections to specify them as turning lanes or are there some lane-changing model parameters whose function is to tune this aspect of the behaviour?

 

Kind regards,

Gergely Ferenczi

 




Back to the top