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

It looks like you are publishing message of type "geometry_msgs/TransformStamped" of /tf_static which expects /tf2_msgs/TFMessage. That does not work. A TFMessage contains multiple TransformStamped, but you need exactly the same types for publisher and subscriber.