Giter VIP home page Giter VIP logo

ardupilot / methodicconfigurator Goto Github PK

View Code? Open in Web Editor NEW
34.0 9.0 8.0 26.85 MB

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

License: GNU General Public License v3.0

Python 91.53% Shell 0.77% Batchfile 0.82% Inno Setup 1.35% HTML 5.52%
ardupilot configurable configuration-management devops scm arducopter devsecops

methodicconfigurator's Introduction

Everyone should be able to configure ArduPilot for their vehicles

Lint Quality Test Deploy Maintain
Pylint Codacy Badge Python unit-tests pages-build-deployment Average time to resolve an issue
test Python cleanliness OpenSSF Best Practices Pytest unittests Upload MethodicConfigurator Package Percentage of issues still open
Known Vulnerabilities codecov Windows Build
Code Climate Coverity Scan Build Status

Amilcar Lucas's ArduPilot Methodic Configurator is a Python tool that implements a clear and proven configuration sequence of ArduPilot of drones.

When to use ArduPilot Methodic Configurator

It provides a graphical user interface (GUI) for managing and visualizing ArduPilot parameters, parameter files and documentation.

Application Screenshot

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.