Skip to content

ArduPilot/MethodicConfigurator

Repository files navigation

ArduPilot Methodic Configurator

Everyone should be able to configure ArduPilot for their vehicles

Lint Build Test Deploy
Pylint Python unit-tests pages-build-deployment
test Python cleanliness Pytest unittests Upload MethodicConfigurator Package
coverage Windows Build

Amilcar Lucas's ArduPilot Methodic Configurator is a Python tool that implements a clear and proven configuration sequence of ArduPilot of drones. It provides a graphical user interface (GUI) for managing and visualizing ArduPilot parameters, parameter files and documentation.

Application Screenshot

Usage

Usage is detailed in the USERMANUAL.md file

MS Windows Installation

Download the latest MethodicConfiguratorSetup-x.x.x.exe installer file. Just install it and you do not need any other steps.

Otherwise, install git and python. Then do:

git clone https://github.com/ArduPilot/MethodicConfigurator.git
cd MethodicConfigurator
.\install_windows.bat

Linux Installation

Install git and python. Then do:

git clone https://github.com/ArduPilot/MethodicConfigurator.git
cd MethodicConfigurator
./install_linux.sh

Support and Contributing

Please feel free to submit issues or pull requests. More information is available on the contributing and support page.

Software architecture

To meet the Software requirements a software architecture was designed and implemented.

Code of conduct

To use and develop this software you must obey the ArduPilot Methodic Configurator Code of Conduct.

License

This project is licensed under the GNU General Public License v3.0. It builds upon other opensource software packages