use a single static_transform_publisher for multiple sensors
Hello everyone,
I just started using ros to build a sonar sensor array composed of 16 sensors. I was wondering if there is a way to use a single static_transform_publisher to broadcast all the sensors frames to tf instead of creating a node for each sensors, which i think would introduce some overhead (16 processes vs. 1).
Please correct me if i'm wrong, or suggest an alternative solution to static_transform_publisher if it isn't the best way to do this.