Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Modeling intersections
  • From: "Schlamp, Anna-Lena" <Anna-Lena.Schlamp@xxxxxx>
  • Date: Thu, 1 Feb 2024 14:30:38 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 194.94.97.56) smtp.rcpttodomain=eclipse.org smtp.mailfrom=thi.de; dmarc=bestguesspass action=none header.from=thi.de; dkim=none (message not signed); arc=none (0)
  • 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=AfpcpQm/qiiw+wvwuERPFj/Au/TadVUvEtdmVFVzrmY=; b=U3fZHzySsYop6XJHfuICbybbyleYWMBAFPE7C1KiP76sPhqJ+RuO431Zw0lFxheeumJZhvCGIL1OI6GVOL6m9SaVfgcSdK+YA6QBcKWr5v3egpkfVnPGQizxiS22Doq4levfMIRNqLXo89Orsen1mc73ayMVzw9KH/GEi5Ibay1uz4fmgGG39fUz+CqrXEujAR/4mo3ALqTYVEz14wmXc/io+A9fLOr4WvICzdEccWXq6mTF+2Ygo6c57fdNKTAKP2TTrplGqgLeFCc6Ysf7RSKj3ps1jjRZv0m8tiANDtdpry7KHLiPdKhkcLwQgdaUmT1TC/DYh+zAYEbf7hPvwg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=SuIuF/P+v+Y5QFm6wPYIHekcrGnt6tn29x3lY97rAV0Gglbs9lWUsVukt2HDtSm6xgfichwTn+hh/3Iqgj5Yo60ZEMooDKL9k8MbPuyjm3yhmipQ9Joz0ovu5bf9ZxXaXiWZ4c+/MFJxssnP9yBlezAH2S5/ukkzicGB1gXSpfEXRcEKWIQKq3Fl1Rme0ykKc6gqgbLeqrGLKqIop05CqZZ060xBMibzIxeFDtjuFQ23kgq4H00sDNZuF2nWRNbNDYJzzVY/K1G1g3+s4jfwikwoAKdM7d/38/qXHc2OAKH4tnPUlJOaBRybsdXM+Eh0y3KYvi9Iu+rQfZK0hCHc5A==
  • 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: AdpVAP/9Z3qjbWvBQL+/PDle3BwZGw==
  • Thread-topic: Modeling intersections

Hi,

 

I want to model a small priority intersection in Sumo with pedestrians. Vehicles should move from the bottom edges coming up to a roundabout, pedestrians should move from the right and left side having priority (see screenshot 1 and 2).

I have the following requirements regarding the vehicles' and pedestrian’s behavior:

  • Pedestrians should have priority, e.g. always cross the intersection first.
  • If a vehicle coming from below (screenshot 2, green) meets a pedestrian coming from the right or left (blue), it should stop before the intersection.
  • If a vehicle coming from below does not meet crossing vehicles, it should cross the intersection without stopping.

 

How can I model this?

 

I have tried to model the intersection as follows:

  • Type: Priority
  • Edges coming from below and above: Priority 1
  • Edges coming from left and right: Priority 10

 

I have also tried to adjust some parameters, e.g. impatience="1", jmIgnoreJunctionFoeProb="1", jmIgnoreFoeProb="1", but this has never led to the desired result. Instead of a pedestrian, I also tried to simulate a small vehicle as an alternative. Points 1 and 2 above worked, but the third did not. The vehicle often stops at the intersection even though there is no traffic (see screenshot 2).

 

 

It would be great if you could help me with this and tell me exactly how to model it. As an alternative, it would also be okay to model small vehicles instead of pedestrians.

 

 

Thanks and best regards,

 

Anna-Lena

 

 

Attachment: Screenshot 1 - Junction.PNG
Description: Screenshot 1 - Junction.PNG

Attachment: Screenshot 2 - Driving Behavior.PNG
Description: Screenshot 2 - Driving Behavior.PNG


Back to the top