std_msgs_header
-
File :
std_msgs/Header.msg -
Raw Message Definition
# Standard metadata for higher-level stamped data types.# This is generally used to communicate timestamped data# in a particular coordinate frame.## sequence ID: consecutively increasing IDuint32 seq#Two-integer timestamp that is expressed as:# * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')# * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')# time-handling sugar is provided by the client librarytime stamp#Frame this data is associated with# 0: no frame# 1: global framestring frame_id -
Compact Message Definition
uint32 seqtime stampstring frame_id