tf re-boadcaster
I would like a way to publish tf transforms, but using a standard ros::Publisher instead of the tf::TransformBroadcaster. (I won't go into the reasons why).
The only way I think this can be done is to publish stamped transforms on a designated topic, then having a second node which subscribes to this topic and simply re-publishes them with the transform broadcaster.
Any other ideas? Is there a standard node that does this already? (I know about the robot_state_publisher which almost fits my needs).