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 error is telling you that your asking for a transform from a time before which you have tf data.

Most tf datasources report data in monotonic increasing order which means that no matter long you wait you will not receive older data.

You will either need to initialize the transform listener earlier and allow the buffer to fill up, or pass a few of these errors on startup. It's a common race condition whether the data or tf data arrives first.