You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
363 B
Plaintext

# Information about a single log
#
# :id: - log id
# :num_logs: - total number of logs
# :last_log_num: - id of last log
# :time_utc: - UTC timestamp of log (ros::Time(0) if not available)
# :size: - size of log in bytes (may be approximate)
std_msgs/Header header
uint16 id
uint16 num_logs
uint16 last_log_num
builtin_interfaces/Time time_utc
uint32 size