A clear configuration sequence for ArduPilot vehicles
Project description
Everyone should be able to configure ArduPilot for their vehicles
Lint | Quality | Test | Deploy | Maintain |
---|---|---|---|---|
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.
Usage
There is a Quick-start guide and a more detailed Usermanual
MS Windows Installation
Download the latest MethodicConfiguratorSetup-x.x.x.exe installer file.
Linux Installation
Older distros without venv
Install python pip. Then do:
pip install -U MethodicConfigurator
To run it do:
ardupilot_methodic_configurator
Newer distros with venv
python -m venv .ardupilot_methodic_configurator_venv
source .ardupilot_methodic_configurator_venv/bin/activate
python -m pip install --upgrade pip
pip install MethodicConfigurator
To run it do:
source .ardupilot_methodic_configurator_venv/bin/activate
ardupilot_methodic_configurator
MacOS Installation
Install git and python. Then do:
git clone https://github.com/ArduPilot/MethodicConfigurator.git
cd MethodicConfigurator
./install_macos.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 open-source software packages
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for methodicconfigurator-0.8.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 97e3c66eff840fb7e5826ea6356e9589f27babd85dbe1e042046574909078ef2 |
|
MD5 | e15a4e8a57fee6934d06d4ead6d1ac1f |
|
BLAKE2b-256 | a0378765bbeb0460d3d270913088c9d9c7ab72a737d057db5a0cb18a1736cce3 |
Hashes for MethodicConfigurator-0.8.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4ba0d312a58858dc6080145dcd3daa406682cf3d046b53e5f97370f27910650 |
|
MD5 | 4010c4bbf6943bf5ec7653dd9960db5a |
|
BLAKE2b-256 | 47ee22db73aa903ede2890aa95dba4ee6eee674ce02472d64dba070ad60f0cc2 |