sumo icon indicating copy to clipboard operation
sumo copied to clipboard

Fixes regression in #12990

Open mschrader15 opened this issue 2 years ago • 2 comments

The implementation of red transfer in #12990 led to edge cases where illegal barrier cross could occur. The problem was incorrect transition time calculation for lights in red transfer state.

I simplified the red transfer logic and corrected the error in transition time calculation for phases in red transfer (0)

PR also includes refactoring & ran astyle.

mschrader15 avatar Aug 24 '23 16:08 mschrader15

Sorry for not looking at this one earlier. There was a lot of empty line removal which is something astyle does not (at least on our side) Could you please revert this if possible?

behrisch avatar Jan 02 '24 11:01 behrisch

I removed whitespace / newline changes to the best of my ability

mschrader15 avatar Feb 01 '24 16:02 mschrader15

Thanks for the reminder ;-)

namdre avatar Mar 01 '24 12:03 namdre