-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: mavlink interface gets MAVFTP page
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _mavlink-mavftp: | ||
|
||
====== | ||
MAVFTP | ||
====== | ||
|
||
MAVFTP supports common FTP operations including uploading, downloading, removing and creating files on the :ref:`autopilot file system <filesystems>` | ||
|
||
The `official mavlink.io documentation is here <https://mavlink.io/en/services/ftp.html>`__ and contains the detailed sequence of messages that should be passed between the GCS/companion computer and autopilot | ||
|
||
Common uses for using MAVFTP include: | ||
|
||
- :ref:`Uploading firmware to the autopilot <common-install-sdcard>` | ||
- :ref:`Uploading Lua scripts <copter:common-lua-scripts>` | ||
- Fast download of parameters, :ref:`onboard logs <copter:common-logs>`, mission command files and :ref:`rally points <copter:common-rally-points>` and :ref:`terrain data <copter:terrain-following>` |