carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
10.82k stars 3.48k forks source link

Delta updates for WorldSnapshot #7346

Open anrp-tri opened 2 months ago

anrp-tri commented 2 months ago

Per conversation, tracking this. Maps with large number of actors send the state of all of them, each frame, even if (for example) in a large map they're dormant. This can take significant~ish amounts of time when there are thousands of actors.

Blyron commented 2 months ago

How do you suggest to approach this problem? If we are running sync mode we are expecting to receive all info in the same frame. Related with your other issue we may try to implement something to sync info using differents sockets