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.48k stars 1.4k forks source link

tracemapper maps to bridges / underpasses crossing the preliminary route #12101

Open m-kro opened 1 year ago

m-kro commented 1 year ago

Trace points are mapped to roads under/overpassing without connection to the previously discovered route elements, causing errors in the simulation. Discovered in the Trento network from #12094 .

m-kro commented 1 year ago

Only happened with a small search distance --delta, because it didn't find the crossed road. Probably there is no way to avoid it at 100%...

namdre commented 1 year ago

could we maybe always include all successor edges of the last edge (or last edge candidates) in the extension candidate set?

m-kro commented 1 year ago

That would probably help in some cases, depending on how close trace points are to each other and how long the edges are.

m-kro commented 1 year ago

Needs different recursion conditions if successor edges have to be included