Metadata-Version: 2.4 Name: MAVProxy Version: 1.8.72 Summary: MAVProxy MAVLink ground station Home-page: https://github.com/ArduPilot/MAVProxy Author: Andrew Tridgell Author-email: andrew@tridgell.net License: GPLv3 Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3) Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Topic :: Scientific/Engineering License-File: COPYING.txt Requires-Dist: pymavlink>=2.4.14 Requires-Dist: pyserial>=3.0 Requires-Dist: numpy Requires-Dist: pynmeagps Provides-Extra: cesium Requires-Dist: tornado; extra == "cesium" Provides-Extra: server Requires-Dist: flask; extra == "server" Provides-Extra: recommended Requires-Dist: flask; extra == "recommended" Requires-Dist: PyYAML; extra == "recommended" Requires-Dist: lxml; extra == "recommended" Requires-Dist: wxpython; extra == "recommended" Requires-Dist: pymonocypher; extra == "recommended" Requires-Dist: openai; extra == "recommended" Requires-Dist: paho-mqtt; extra == "recommended" Requires-Dist: piexif; extra == "recommended" Requires-Dist: pynmea2; extra == "recommended" Requires-Dist: Pygame; extra == "recommended" Requires-Dist: Pillow; extra == "recommended" Dynamic: author Dynamic: author-email Dynamic: classifier Dynamic: description Dynamic: home-page Dynamic: license Dynamic: license-file Dynamic: provides-extra Dynamic: requires-dist Dynamic: summary A MAVLink protocol proxy and ground station. MAVProxy is oriented towards command line operation, and is suitable for embedding in small autonomous vehicles or for using on ground control stations. It also features a number of graphical tools such as a slipmap for satellite mapping view of the vehicles location, and status console and several useful vehicle control modules. MAVProxy is extensible via a modules system - see the modules subdirectory for some example modules. MAVProxy was developed by CanberraUAV for use in the 2012 Outback Challenge, and includes a module for the CanberraUAV search and rescue system. See https://ardupilot.org/mavproxy/index.html for more information on how to use MAVProxy.