ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to use listener.waitForTransform before you call lookupTransform
. Have a look at this tutorial.
It takes a while until the listener object received the complete tree. Until then you might have disconnected trees.