ArduPilot / MethodicConfigurator

A clear ArduPilot configuration sequence

Home Page:https://discuss.ardupilot.org/t/how-to-methodically-tune-almost-any-multicopter-using-arducopter-4-4-x/110842/1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A clear ArduPilot configuration sequence

https://discuss.ardupilot.org/t/how-to-methodically-tune-almost-any-multicopter-using-arducopter-4-4-x/110842/1

License:GNU General Public License v3.0


Languages

Language:Python 87.7%Language:HTML 8.6%Language:Inno Setup 1.8%Language:Batchfile 1.2%Language:Shell 0.7%