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

Expose interpolated meso vehicle positions #14936

Open namdre opened 5 months ago

namdre commented 5 months ago

MEVehicle::getPosition() could return the interpolated position currently shown in sumo-gui

@behrisch your thoughts?

behrisch commented 5 months ago

I am not sure whether backward jumps may occur (and maybe people would rightfully expect the induction loop to work differently as well if we have a more precise position). So, yes, why not, but there may be consequences. Especially backward jumps would be a strong argument against it for me.