mavros_msgs/LogRequestData Service

File: mavros_msgs/LogRequestData.srv

Raw Message Definition

# Request a chunk of a log
#
#  :id: - log id from LogEntry message
#  :offset: - offset into the log
#  :count: - number of bytes to get

uint16 id
uint32 offset
uint32 count
---
bool success

Compact Message Definition

uint16 id
uint32 offset
uint32 count

bool success