eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.55k stars 1.43k forks source link

The question of merging area in SUMO environment #10403

Closed JaydenGao-gjd closed 2 years ago

JaydenGao-gjd commented 2 years ago

Add your issue description here.

Hello, J am building a merging area to sim the real freeway. But I found these questions:

1) how can I make the jam in the merging?

2) how can I avoid collisions in the connection area?

3) how can I change the location of lane-changing via my set?

4) how can I obtain the traffic statistics in the connection area?

Could you please help me?

If possible, upload an example that shows your problem.

SUMO-version: 1.12.0

operating system: win10 test.zip

namdre commented 2 years ago
  1. there are three kinds of merging strategies available:

  2. Do not define two priority connections (white bars in sumo gui) that target the same lane

  3. via the lcStrategic parameter and the length of the acceleration lane

  4. edgeData or detectors: https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html https://sumo.dlr.de/docs/Simulation/Output/index.html#simulated_detectors