mavros_msgs/FileTruncate Service

File: mavros_msgs/FileTruncate.srv

Raw Message Definition

# FTP::Truncate
#
# :success: indicates success end of request
# :r_errno: remote errno if applicapable

string file_path
uint64 length
---
bool success
int32 r_errno

Compact Message Definition

string file_path
uint64 length

bool success
int32 r_errno