mavros_msgs/FileClose Service

File: mavros_msgs/FileClose.srv

Raw Message Definition

# FTP::Close
#
# Call FTP::Open first.
# :success: indicates success end of request
# :r_errno: remote errno if applicapable

string file_path
---
bool success
int32 r_errno

Compact Message Definition

string file_path

bool success
int32 r_errno