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

Revision history [back]

Seems you are trying to synchronize messages that do not have std_msgs/Header and thus time stamp as well. Without knowing the time stamp it is obviously impossible to synchronize anything.

Usually the message types that have a time stamp are called xxxStamped like, for example, geometry_msgs/PoseStamped.