Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Bidirectional lane and collision for overlapped edges
  • From: Thodoris Zerlentis <zerlentis@xxxxxxxx>
  • Date: Mon, 28 Sep 2020 20:38:51 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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=Z3fQ91ic0WN7lppDbRqDZkC7ka1Gb+Y5Z4Bl1diaksY=; b=giyZiGL+ELoA9AU1b2Dk0eyu874TjDATwoHuQXFHDaWUOkHAc0DAgGWY9UZKqZA+u3OI9Tp4GoHdWIbGKFX/A7R503TG9eN6IF+xCRYYWT3tBmqlRIIzggMStK3W+iOwSr2jeTubBPd1flqBeHeheyrKF2+bq2D+1MpTJscAEIk0795znlg0AwaXR5j0J/bnih4lSB4Z9x2k3LsM+ndH7SWbh+HhenjYCoG8Xm1HdxTzA/Dr7y1x9UT6c+B85JRarabfd3IiqpEkt+nI5E7wKLmh/nfJZuO4JcJ4oiphJUlFLyk2oknMsTxizbOXzu0WSzVOI4MR5i+lxJQnKanpfg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JWlGa7CXBYU6fByVl3dZQXIKdefBZuLcpqR524Gk5koFlYDUpkgUmS2l5nKqobYfF0ObGjLj9buOpumxUQAacjlUU1X04+IrB15dAoJ/JFyp0ORk1yHdMLSL2iUPmZIi3mg2Ao0PwM3ZJ7ilxCx2rCmcWiHdgEISSQp0UsVeDeZuRLs1l3mZ5i9KQnzhOb/Clbir4w9jYUmghxb8kkrfxy8DuIrz389ku83imJ/ZJ5DZ41UppNwuLVZnlxjTp5Uz/4a1GFf3IC8uBejjyX4WtpL3KbY1lhbw7qDo/Ko32sFzMNTXQKeMQGhiTpArMUyvU7Sy9k9eYC7Rohvk9LrGrQ==
  • 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: AQHWldUGKrdSS29rRECVdm5BIJephw==
  • Thread-topic: Bidirectional lane and collision for overlapped edges

Greetings,
I am currently trying to model a bidiractional lane where cars in both directions are able to move in a specific lane. I read in the forums that there are two available ways:
The first one uses the opposite-direction overtaking. My main problem with this method is that i am not sure if there is a way to Disallow cars from one direction to move on the bidiractional lane. The goal of such lane is that only one direction moving cars can access it each time (defined by conditions) and after that when the time comes it will open for the other direction moving cars again disallowing the reverse to access it.
The second way that i am currently modelling is the overlapped lane where one lane is overlapped on top of the other in order to simulate the bidirectional lane. The problem with this method is that sumo can't identify collisions in the overlapped lanes and the cars moves into each other without producing any warning.
So i would like to ask which one is the best way to model such a problem and for the second way is there any way or option to toggle sumo for collision even if there is overlapped edges or lanes?

Best regards,
Theodore Zerlentis

Back to the top