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

invalid junction shape at roundabout #12624

Open namdre opened 1 year ago

namdre commented 1 year ago

the junction space is to small to contain the curving internal lanes that stay within the roundabout.

bad_junction_shape

network is at bugs/12xxx/ticket12618

namdre commented 1 year ago

@mehmetnedimyavuz this is from your network (#12618). If it bothers you, you can work around this by setting custom end positions for the edges that enter the roundabout (https://sumo.dlr.de/docs/Netedit/neteditUsageExamples.html#using_set_geometry_endpoint)

mehmetnedimyavuz commented 1 year ago

Actually I set junction radius=0 for the 4 junctions that make up each roundabout (#12426). But when I changed radius to "default". It seems work image

namdre commented 1 year ago

Thanks for the info. It's supposed to generated "safe" intersections with all radius values though.