Closed ryan-summers closed 6 years ago
Because the header isn't properly completed, the DetectionArray message cannot be used by ApproximateTimeSynchronizer classes.
The header for the message is fine, we just need to timestamp before publishing the detection_msg. detections_msg.header.stamp = rospy.Time.now() fixes the issue.
This was merged in #125
Because the header isn't properly completed, the DetectionArray message cannot be used by ApproximateTimeSynchronizer classes.