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.57k stars 1.43k forks source link

jmSigmaMinor > 0 does not imply dawdling at approach #4434

Closed leoluecken closed 2 years ago

leoluecken commented 6 years ago

See test junction_model/jmSigmaMinor/keep_dawdling_jmSigmaMinor

namdre commented 6 years ago

I think it is workign as intended:

The parameter jmSigmaMinor comes into play once the vehicle is on the intersection. (Step 7)

leoluecken commented 6 years ago

Oh, then I misunderstood that... I thought jmSigmaMinor would take effect during the approach.

namdre commented 6 years ago

I guess It would make sense to change the behavior so that it takes effect within the visibility distance. But then we would have to change the default value to 0 to better reproduce the current dynamics.

namdre commented 2 years ago

current behavior is fine.