Header.msg 551 B

12345678910111213
  1. # Standard metadata for higher-level stamped data types.
  2. # This is generally used to communicate timestamped data
  3. # in a particular coordinate frame.
  4. #
  5. # sequence ID: consecutively increasing ID
  6. uint32 seq
  7. #Two-integer timestamp that is expressed as:
  8. # * stamp.sec: seconds (stamp_secs) since epoch (in Python the variable is called 'secs')
  9. # * stamp.nsec: nanoseconds since stamp_secs (in Python the variable is called 'nsecs')
  10. # time-handling sugar is provided by the client library
  11. time stamp
  12. #Frame this data is associated with
  13. string frame_id