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, FilterFailureReasonCount }
 

Enumeration Type Documentation

◆ FilterFailureReason

Enumerator
Unknown 

The message buffer overflowed, and this message was pushed off the back of the queue, but the reason it was unable to be transformed is unknown.

OutTheBack 

The timestamp on the message is more than the cache length earlier than the newest data in the transform cache.

EmptyFrameID 

The frame_id on the message is empty.

FilterFailureReasonCount 

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