ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I'm not sure I'm entirely clear on your use case. I've commented on @Pablo IƱigo Blasco answer that you can easily implement the tf protocol. It's just publishing a tf/TFMessage on the /tf topic.

You can publish it yourself on a topic of your choice, and populate the message yourself using a standard ros::Publisher just as done inside the TransformBroadcaster does internally. See the source code, ~ 30 lines