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

Revision history [back]

pub(transformConverter); //error here

It's looking for a publisher constructor that takes TransformStamped as a parameter. Correct API is pub.publish(transformConverter)

pub(transformConverter); //error here

It's looking for a publisher constructor that takes TransformStamped as a parameter. Correct API is pub.publish(transformConverter)is

pub.publish(transformConverter);