The /clock subscriber in Time.cs (in the SimTime class) maxes out at 500Hz with a single 1000 Hz publisher.
The /tf subscriber in TransformListener.cs maxes out at 50 Hz with messages at 1000Hz distributed across 12 publishers.
TODO:
Categorize primary scaling factor (likely number of publishers?)
The /clock subscriber in Time.cs (in the SimTime class) maxes out at 500Hz with a single 1000 Hz publisher. The /tf subscriber in TransformListener.cs maxes out at 50 Hz with messages at 1000Hz distributed across 12 publishers.
TODO: