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

Revision history [back]

You should use the TransformListener class, not TransformerROS. I'm pretty sure that TransformerROS does not automatically subscribe to the "/tf" topic, which would be why you are getting errors about missing frames.

For example usage, see the Python TF tutorials.

I'm not really sure why there are no docs for the TransformListener class online, since there are doc strings in the source code.