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

Revision history [back]

Here's easily understandable way that has to drawback of always serializing messages and interpreting the serialized result: topic_buffer_client.

It looks like a more efficient way using SFINAE seems to be implemented here: timeextractor.h With the template magic it's a bit harder to understand though ;)