Synchronize headerless messages
Hi,
I want to synchronize messages without headers. I know synchronization can be done with message_filters
when they have timestamps, but these messages are the simple std_msgs/Float32 kind. Can this be done?
My goal is to receive two angle positions from two motors that actuate the same joint, in order to send a sensor_msgs/JointState message regarding the entire joint.
Best regards, Hans