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

Revision history [back]

click to hide/show revision 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.