ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
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.