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.
12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
|
5 months ago
|
# Reply to LogRequestData, - a chunk of a log
|
||
|
|
#
|
||
|
|
# :id: - log id
|
||
|
|
# :offset: - offset into the log
|
||
|
|
# :data: - chunk of data (if zero-sized, then there are no more chunks)
|
||
|
|
|
||
|
|
std_msgs/Header header
|
||
|
|
|
||
|
|
uint16 id
|
||
|
|
uint32 offset
|
||
|
|
uint8[] data
|