mavros_msgs/FileList Service

File: mavros_msgs/FileList.srv

Raw Message Definition

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

string dir_path
---
mavros_msgs/FileEntry[] list
bool success
int32 r_errno

Compact Message Definition

string dir_path

mavros_msgs/FileEntry[] list
bool success
int32 r_errno