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.44k stars 1.38k forks source link

Crossing Management in SUMO #14911

Open ricBin93 opened 1 month ago

ricBin93 commented 1 month ago

In my simulation both persons and vehicles are stuck in same juction where the crossing is set.

Screenshot 2024-05-23 125917

Ecoteckne.zip

SUMO-version:1.19.0

operating system: Windows 11

namdre commented 1 month ago

The scenario involves plenty of cases with shared space but it seems some of the conflict avoidance code reacts to conflicts that don't exist.

namdre commented 1 month ago

@ricBin93 your network is lacking a lot of connections at junction 1741520187 and this is causing teleports.

ricBin93 commented 1 month ago

@namdre Thanks, i fixed my net and i'm working on python code to solve the pedestrian jamming problem

net.zip

namdre commented 1 month ago

your scenario is still affected by #14919. Maybe wait a bit before coding a work-around.

ricBin93 commented 1 month ago

Is it possible to assign various different emission classes in a flow of bus-type vehicles ?

namdre commented 1 month ago

Yes. If you define a vTypeDistribution: https://sumo.dlr.de/docs/Definition_of_Vehicles%2C_Vehicle_Types%2C_and_Routes.html#route_and_vehicle_type_distributions

ricBin93 commented 1 month ago

Thank you, Jakob

ricBin93 commented 3 weeks ago

In the HBEFA4 model related to emissions, negative values appear at certain time instances. How are these evaluated?

namdre commented 3 weeks ago

In the HBEFA4 model related to emissions, negative values appear at certain time instances. How are these evaluated?

for anybody reading this later, the problem was resolved in #15079