Did someone already do something regarding simulating latency (or even jitter) in sensor data and control commands?
I think the obvious approach when you work with ROS is to implement something like topic_tools/delay and plug it behind the bridge. However, that seems to massively increase the number of topics, making it very error-prone to pick the right one…
I can imagine a similar mechanism on the gz-transport side, that would at least help with the number of ROS topics. But isn’t there something even closer to the simulation?