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

Revision history [back]

ROS-style aside, options #2 and #3 seem flawed. With #2, you laid out the problem yourself. With #3, you'd either need to add message fields for the timestamp of each datum, or throw out all the timestamps except for the one on the new aggregate message. Even in the former case, some of your data would age while waiting for the aggregate message to fill. Go with #1.