You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the message type selected for the sync event is a string that actually sends out a Time message. I can understand this is for optimization, but due to the underlying message serialization that happens before data is sent over the middleware layer, I think its better to use std_msgs/Time message type rather than string.
The text was updated successfully, but these errors were encountered:
I see that the message type selected for the sync event is a string that actually sends out a Time message. I can understand this is for optimization, but due to the underlying message serialization that happens before data is sent over the middleware layer, I think its better to use
std_msgs/Time
message type rather than string.The text was updated successfully, but these errors were encountered: