mavros/FileRename Service

File: mavros/FileRename.srv

Raw Message Definition

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

string old_path
string new_path
---
bool success
int32 r_errno

Compact Message Definition

string old_path
string new_path

bool success
int32 r_errno