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.5k stars 1.41k forks source link

IDM: invalid emergency braking at yellow in subsecond simulation #14620

Open namdre opened 5 months ago

namdre commented 5 months ago

problem is caused by a mismatch between the brakeGap (IDM uses the default) and IDM::stopSpeed. When the light switches to yellow, the computed brakeGap indicates that safe and comfortable braking is possible but the stopSpeed function returns a value which corresponds to emergency braking.

namdre commented 5 months ago

@Domsall is this the same issue that prompted the implementation of EIDM::brakeGap?

Domsall commented 5 months ago

yes, i think so