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

Revision history [back]

You could just write a single node that publishes all 16 TF transforms from one process. Here's a tutorial on how to write a TF broadcaster in C++, or you can use static_transform_publisher source code as an example.