ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The usual problem that generates this error is that you are creating the tf::TransformListener without giving it time to fill the buffer. If you create a Listener and then immediately query it before it has recieved messages you will get this sort of error. Are you writing your own node or are you using released nodes? Please provide enough information to reproduce your problem otherwise people can only guess at the problem.