58 m_pose_edges_buffer[parent_frame][child_frame] = TF_TreeEdge(child_wrt_parent, timestamp);
70 const double timeout_secs)
72 ASSERTMSG_(timeout_secs == .0,
"timeout_secs!=0: Blocking calls not supported yet!");
75 const auto &it_src = m_pose_edges_buffer.find(source_frame);
76 if (it_src == m_pose_edges_buffer.end()) {
80 const auto &it_dst = it_src->second.find(target_frame);
81 if (it_dst == it_src->second.end()) {
85 const TF_TreeEdge & te = it_dst->second;
86 child_wrt_parent = te.pose;
uint64_t TTimeStamp
A system independent time type, it holds the the number of 100-nanosecond intervals since January 1...
GLsizei const GLchar ** string
Classes for 2D/3D geometry representation, both of single values and probability density distribution...
#define INVALID_TIMESTAMP
Represents an invalid timestamp, where applicable.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define ASSERTMSG_(f, __ERROR_MSG)