ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I would expect it to fail the first couple times through the loop until the transformListener has built up a buffer of data and then start working.
The transformListener subscribes to the /tf topic on construction and cannot provide lookups until it has received enough messages to build up it's tree.
This is at the bottom of this tutorial