tf2_ros  master
This package contains the ROS bindings for the tf2 library, for both Python and C++.
Enumerations
tf2_ros::filter_failure_reasons Namespace Reference

Enumerations

enum  FilterFailureReason {
  Unknown, OutTheBack, EmptyFrameID, NoTransformFound,
  QueueFull, FilterFailureReasonCount
}
 

Enumeration Type Documentation

◆ FilterFailureReason

Enumerator
Unknown 

The message buffer overflowed, and this message was pushed off the back of the queue, but the.

OutTheBack 

The timestamp on the message is earlier than all the data in the transform cache.

EmptyFrameID 

The frame_id on the message is empty.

NoTransformFound 

No transform found.

QueueFull 

Queue size full.

FilterFailureReasonCount 

Max enum value for iteration, keep it at the end of the enum.