# Correctly configure ArduPilot for your vehicles on your first attempt
| Lint | Quality | Test | Security | Deploy | Maintain |
| ---- | ------- | ---- | -------- | ------ |--------- |
| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml) | [](https://app.codacy.com/gh/amilcarlucas/MethodicConfigurator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pytest.yml) | [](https://app.snyk.io/org/amilcarlucas/project/c8fd6e29-715b-4949-b828-64eff84f5fe1) |[](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment) | [](http://isitmaintained.com/project/ArduPilot/MethodicConfigurator) |
| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/ruff.yml) | [](https://www.bestpractices.dev/projects/9101) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pytest.yml) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/github-code-scanning/codeql) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/python-publish.yml) | [](http://isitmaintained.com/project/ArduPilot/MethodicConfigurator) |
| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/mypy.yml) | [](https://api.reuse.software/info/github.com/ArduPilot/MethodicConfigurator) | [](https://coveralls.io/github/ArduPilot/MethodicConfigurator?branch=master) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/gitavscan.yml) | [](https://pypi.org/project/ardupilot-methodic-configurator/) | [](https://pypi.python.org/pypi/ardupilot-methodic-configurator) |
| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pyright.yml) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/markdown-link-check.yml) | [](https://scan.coverity.com/projects/ardupilot-methodic-configurator) | [](https://scorecard.dev/viewer/?uri=github.com/ArduPilot/MethodicConfigurator) | [](https://pypistats.org/packages/ardupilot-methodic-configurator) | [](https://codeclimate.com/github/amilcarlucas/MethodicConfigurator) |
| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/markdown-lint.yml) | [](https://results.pre-commit.ci/latest/github/ArduPilot/MethodicConfigurator/master) | [](https://discord.com/channels/674039678562861068/1308233496535371856) | | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/windows_build.yml) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/update_flightcontroller_ids.yml) |
*ArduPilot Methodic Configurator* is a software, developed by ArduPilot developers, that semi-automates a
[clear, proven and safe configuration sequence for ArduCopter](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter) drones.
We are working on extending it to [ArduPlane](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduPlane),
[Heli](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_Heli) and
[Rover](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_Rover) vehicles.
But for those it is still very incomplete.
- **clear**: the semi-automated sequence is linear, executed one step at the time with no hidden complex dependencies
- **proven**: the software has been used by hundreds of ArduPilot developers and users. From beginners to advanced. On big and small vehicles.
- **safe**: the sequence reduces trial-and-error by following established best practices and reduces the amount of flights required to configure the vehicle
- **Parameter management**: Upload, download, and edit parameters with full documentation
- **Vehicle templates**: Start from empty templates or from pre-configured settings for common vehicle types
- **Traceability**: Documents every parameter change with reasons
Here are some YouTube video tutorials from the [AMC YouTube Channel](https://www.youtube.com/@AmilcardoCarmoLucas):
[](https://www.youtube.com/watch?v=47RjQ_GarvE&list=PL1oa0qoJ9W_89eMcn4x2PB6o3fyPbheA9)
[](https://www.youtube.com/watch?v=9n4Wh6wBuHQ&list=PL1oa0qoJ9W_89eMcn4x2PB6o3fyPbheA9)
[](https://www.youtube.com/watch?v=tM8EznlNhgs&list=PL1oa0qoJ9W_89eMcn4x2PB6o3fyPbheA9)
And here is a presentation explaining it:
[](https://github.com/ArduPilot/MethodicConfigurator/blob/master/images/ArduPilot_Methodic_Configurator.pdf?raw=true)
Comparison with Ground Control Station (GCS) software, traditionally used to configure ArduPilot before AMC existed:
| Feature | Mission Planner, QGroundControl, ... etc | ArduPilot Methodic Configurator |
| ------- | ---------------------------------------- | ------------------------------- |
| full automatic configuration | No | No |
| configuration type | manual [^1] | semi-automated [^2] |
| explains what to do | No | Yes |
| explains when to do something | No | Yes, explains the path |
| explains why do something | No | Yes |
| configuration method | a different menu for each task, some tasks have no menu, so you need to dig into the 1200 parameters | each task only presents you a relevant subset of parameters |
| parameter documentation | Yes, only on the full-parameter tree view | Yes |
| displays relevant documentation | No | Yes |
| makes sure you do not forget a step | No | Yes |
| checks that parameters get correctly uploaded | No (MP), unsure (QGCS), yes (MAVProxy) | Yes |
| reuse params in other vehicles | No, unless you hand edit files | Yes, out-of-the-box |
| documents why you changed each parameter | No | Yes |
| tutorials and learning resources | No, scattered and not integrated | Yes, context-aware help integrated |
| auto. install lua scripts on the FC | No | Yes |
| auto. backup of parameters before changing them | No | Yes |
[^1]: you need to know what/when/why you are doing
[^2]: it explains what you should do, when you should do it and why
<!--  -->
It's simple graphical user interface (GUI) manages and visualizes ArduPilot parameters, parameter files and documentation.

No visible menus, no hidden menus, no complicated options, what you see is what gets changed.
## Table of Contents
- [Quick Start](#quick-start)
- [What You'll Accomplish](#what-youll-accomplish)
- [Important Tips for Success](#important-tips-for-success)
- [1. Quick overview of the entire process](#1-quick-overview-of-the-entire-process)
- [1.1 Select the vehicle components](#11-select-the-vehicle-components)
- [1.2 Download and install software](#12-download-and-install-software)
- [1.3 Input vehicle components and component connections into ArduPilot Methodic Configurator](#13-input-vehicle-components-and-component-connections-into-ardupilot-methodic-configurator)
- [1.4 Perform IMU temperature calibration before assembling the autopilot into the vehicle (optional)](#14-perform-imu-temperature-calibration-before-assembling-the-autopilot-into-the-vehicle-optional)
- [1.5 Assemble all components except the propellers](#15-assemble-all-components-except-the-propellers)
- [1.6 Basic mandatory configuration](#16-basic-mandatory-configuration)
- [1.7 Assemble propellers and perform the first flight](#17-assemble-propellers-and-perform-the-first-flight)
- [1.8 Minimalistic mandatory tuning](#18-minimalistic-mandatory-tuning)
- [1.9 Standard tuning (optional)](#19-standard-tuning-optional)
- [1.10 Improve altitude under windy conditions (optional)](#110-improve-altitude-under-windy-conditions-optional)
- [1.11 System identification for analytical PID optimization (optional)](#111-system-identification-for-analytical-pid-optimization-optional)
- [1.12 Position controller tuning (optional)](#112-position-controller-tuning-optional)
- [1.13 Everyday use](#113-everyday-use)
- [Documentation and Support](#documentation-and-support)
- [Contributing](#contributing)
- [Internationalization](#internationalization)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Credits](#credits)
## Quick Start
### What You'll Accomplish
By the end of this process, your flight controller will be fully configured with:
- ✅ All parameters optimized for your specific vehicle
- ✅ Complete documentation of every change made
- ✅ Backup files for easy restoration
- ✅ Ready-to-fly configuration
### Important Tips for Success
💡 **Pro Tips:**
- **Take your time**: Read parameter descriptions - they contain valuable insights
- **Test incrementally**: The step-by-step approach allows testing between changes
- **Keep backups**: The software creates them automatically in the vehicle project directory
- **Document changes**: Always fill in the "Change Reason" field - future you will thank you
⚠️ **Common Mistakes to Avoid:**
- **Rushing through steps**: Each parameter has a purpose - understand before changing
- **Skipping component validation**: Incorrect component settings can cause crashes
- **Ignoring warnings**: Red backgrounds and error messages are there for your safety
- **Forgetting calibrations**: Some parameters require physical calibration procedures:
- IMU temperature, analog voltage and current measurement, gyro, accelerometers
## 1. Quick overview of the entire process
To methodically build, configure and tune ArduPilot vehicles follow this sequence of steps:
### 1.1 Select the vehicle components
- while [choosing an Autopilot](https://ardupilot.org/copter/docs/common-autopilots.html) and
[other hardware](https://ardupilot.org/copter/docs/common-optional-hardware.html) components
[avoid these components](https://discuss.ardupilot.org/t/hardware-to-avoid-when-building-your-first-multirotor/114014/1)
- Use [ecalc for multirotor](https://www.ecalc.ch/index.htm) to select the propulsion system.
- follow [hardware best practices](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#11-multicopter-hardware-best-practices)
### 1.2 Download and install software
- Install ArduPilot Methodic Configurator on [MS windows](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#ms-windows-installation),
[Linux](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#linux-installation) or
[macOS](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#macos-installation)
- [Install the latest Mission Planner version](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#install-mission-planner-software-on-a-pc-or-mac)
- [Install the latest ArduPilot firmware on your flight controller board](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#install-ardupilot-firmware-on-the-flight-controller)
### 1.3 Input vehicle components and component connections into ArduPilot Methodic Configurator
The software needs this information to automatically pre-select configuration settings relevant to your specific vehicle
- [Start the ArduPilot Methodic Configurator and select a vehicle that resembles yours](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-for-the-first-time)
and input vehicle components and component connections information into the ArduPilot Methodic Configurator *component editor window*
### 1.4 Perform IMU temperature calibration before assembling the autopilot into the vehicle (optional)
IMU temperature calibration reduces the probability of *Accel inconsistent* and *Gyro inconsistent* errors and reduces the time required to arm the vehicle.
IMU temperature calibration requires lowering the temperature of the autopilot (flight controller) to circa -20°C.
That is harder to do once the autopilot is assembled inside the vehicle, hence it is done now.
- [start the software](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-for-the-first-time)
- Perform [IMU temperature calibration](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#41-setup-imu-temperature-calibration)
Follow [starting the software after having created a new vehicle](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-after-having-created-a-vehicle-from-a-template)
instructions once the calibration procedure is finished.
### 1.5 Assemble all components except the propellers
Assemble and connect all components. Make sure you [follow best practices](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#11-multicopter-hardware-best-practices)
### 1.6 Basic mandatory configuration
Again using the [*ArduPilot Methodic configurator* software GUI](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-after-having-created-a-vehicle-from-a-template)
perform the following steps:
- [04_board_orientation.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#61-configure-flight-controller-orientation) flight controller orientation
- [05_remote_controller.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#62-configure-the-rc-receiver) remote controller connections and protocol
- [06_telemetry.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#63-configure-telemetry) telemetry transceiver connections and protocol (optional)
- [07_esc.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#64-configure-the-esc) Electronic-Speed-Controller connections and protocol
- [08_batt1.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#65-configure-the-primary-battery-monitor) Battery health and state of charge monitoring
- [10_gnss.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#67-configure-the-gnss-receivers) GNSS receiver connection and protocol
- [11_initial_atc.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#68-initial-attitude-pid-gains-vehicle-size-dependent) initial attitude
PID gains (vehicle size dependent)
Now use [Mission Planner](https://firmware.ardupilot.org/Tools/MissionPlanner/) to do:
- [12_mp_setup_mandatory_hardware.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#69-configure-mandatory-hardware-parameters)
calibrate vehicle sensors
And continue with the [*ArduPilot Methodic configurator* software GUI](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-after-having-created-a-vehicle-from-a-template)
:
- [13_general_configuration.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#610-general-configuration) general misc configuration
- [Test if the hardware diagnostics are OK](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#611-ardupilot-hardware-report)
- [14_logging.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#612-configure-logging) configure Dataflash/SDCard logging (black box data)
- [15_motor.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#613-motorpropeller-order-and-direction-test) motor order and direction tests.
ESC linearization.
- [16_pid_adjustment.parm](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#614-optional-pid-adjustment) attitude PID gains (vehicle size dependent)
- [17_remote_id.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#615-remote-id-aka-drone-id) required by law in many countries
- [18_notch_filter_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#616-notch-filters-setup) to remove motor noise,
reduce power consumption and increase flight stability
### 1.7 Assemble propellers and perform the first flight
Now that all mandatory configuration steps are done you can [perform the first flight](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#7-assemble-propellers-and-perform-the-first-flight)
### 1.8 Minimalistic mandatory tuning
These are the very [minimum tuning steps](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#8-minimalistic-mandatory-tuning) required for a stable flight:
- Load the `.bin` log file from the first flight into [Notch filter webtool](https://firmware.ardupilot.org/Tools/WebTools/FilterReview/)
- [19_notch_filter_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#81-notch-filter-calibration) use the webtool information to
configure the notch filter(s)
- [20_throttle_controller.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#82-configure-the-throttle-controller) the altitude controller
depends on the power-to-thrust ratio found in the first flight
- [21_ekf_config.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#83-configure-the-ekf-altitude-source-weights) sometimes
the EKF3 needs a tune to maintain altitude
- [22_quick_tune_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#84-second-flight-pid-vtol-quiktune-lua-script-or-manual-pid-tune) and
[23_quick_tune_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#84-second-flight-pid-vtol-quiktune-lua-script-or-manual-pid-tune),
you need lua scripting support to do this if not available you can tune manually.
That is it, if you are impatient and do not want an optimized vehicle you can skip to [everyday use](#113-everyday-use).
### 1.9 Standard tuning (optional)
These are the [standard tuning steps](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#9-standard-tuning-optional) required for an optimized flight:
- [24_inflight_magnetometer_fit_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#91-third-flight-magfit), use lua scripted
flight path or fly manually, store the results using
[25_inflight_magnetometer_fit_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#912-calculate-inflight-magfit-calibration), use the
[magfit webtool](https://firmware.ardupilot.org/Tools/WebTools/MAGFit/) to calculate a file that the ardupilot methodic configurator can use
- [26_quick_tune_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#921-setup-quicktune) and
[27_quick_tune_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#922-store-quicktune-results-to-file) Redo quick-tune now that
the compass magnetic interference is fully calibrated
- [28_evaluate_the_aircraft_tune_ff_disable.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#93-fifth-flight-evaluate-the-aircraft-tune---part-1)
and
[29_evaluate_the_aircraft_tune_ff_enable.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#94-sixth-flight-evaluate-the-aircraft-tune---part-2)
- [30_autotune_roll_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#95-autotune-flights) and
[31_autotune_roll_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#951-roll-axis-autotune) tune roll axis rate and angle PIDs
- [32_autotune_pitch_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#952-pitch-axis-autotune) and
[33_autotune_pitch_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#952-pitch-axis-autotune) tune pitch axis rate and angle PIDs
- [34_autotune_yaw_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#953-yaw-axis-autotune) and
[35_autotune_yaw_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#953-yaw-axis-autotune) tune yaw axis rate and angle PIDs
- [36_autotune_yawd_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#954-yaw-d-axis-autotune-optional) and
[37_autotune_yawd_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#954-yaw-d-axis-autotune-optional) tune yawd axis rate and
angle PIDs
- [38_autotune_roll_pitch_retune_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#955-roll-and-pitch-axis-re-autotune) and
[39_autotune_roll_pitch_retune_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#955-roll-and-pitch-axis-re-autotune) re-tune roll
and pitch pitch axis rate and angle PIDs
Now the standard tuning is complete you can skip to [everyday use](#113-everyday-use)
### 1.10 Improve altitude under windy conditions (optional)
- [40_windspeed_estimation.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#10-improve-altitude-under-windy-conditions-optional)
estimates the wind speed
- [41_barometer_compensation.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#102-baro-compensation-flights)
Uses the estimated wind speed to improve altitude stability
### 1.11 System identification for analytical PID optimization (optional)
- [42_system_id_roll.param, 43_system_id_pitch.param, 44_system_id_yaw.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#11-system-identification-for-analytical-pid-optimization-optional)
- [46_analytical_pid_optimization.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#112-analytical-multicopter-flight-controller-pid-optimization)
### 1.12 Position controller tuning (optional)
- [47_position_controller.param, 48_guided_operation.param, 49_precision_land.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#12-position-controller-tuning-optional)
### 1.13 Everyday use
Now that tuning and configuration are done, some logging and tests can be disabled and some more safety features enabled:
- [53_everyday_use.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#13-productive-configuration)
Congratulations your flight controller is now fully configured in the safest and fastest way publicly known.
Enjoy your properly configured vehicle.
## Documentation and Support
Need [help or support](https://ardupilot.github.io/MethodicConfigurator/SUPPORT.html)
There is also [documentation on other use cases](https://ardupilot.github.io/MethodicConfigurator/USECASES.html)
and a detailed but generic [Usermanual](https://ardupilot.github.io/MethodicConfigurator/USERMANUAL.html).
## Contributing
Want [to help us and contribute](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CONTRIBUTING.md)?
## Internationalization
The software is available in [multiple languages](https://github.com/ArduPilot/MethodicConfigurator/tree/master/ardupilot_methodic_configurator/locale).
On MS Windows the language is selected during install and that selection is stored in the desktop icon.
You can manually create multiple desktop icons, each will run the software in a different language.
On Linux and macOS the language is selectable by the `--language` command line argument.
See [contributing page](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CONTRIBUTING.md) if you want to help us translate the software into your language.
## Code of Conduct
To use and develop this software you must obey the [ArduPilot Methodic Configurator Code of Conduct](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CODE_OF_CONDUCT.md).
## License
This software is cost free.
This project is licensed under the [GNU General Public License v3.0](https://github.com/ArduPilot/MethodicConfigurator/blob/master/LICENSE.md).
## Credits
It builds upon other [open-source software packages](https://ardupilot.github.io/MethodicConfigurator/credits/CREDITS.html)
<!-- Gurubase Widget -->
<script async src="https://widget.gurubase.io/widget.latest.min.js"
data-widget-id="uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g"
data-text="Ask AI"
data-margins='{"bottom": "1rem", "right": "1rem"}'
data-light-mode="true"
id="guru-widget-id">
</script>
Raw data
{
"_id": null,
"home_page": null,
"name": "ardupilot-methodic-configurator",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Amilcar do Carmo Lucas <amilcar.lucas@iav.de>",
"keywords": "ArduPilot, Configuration, SCM, Methodic, ArduCopter, ArduPlane, ArduRover, ArduSub",
"author": null,
"author_email": "Amilcar do Carmo Lucas <amilcar.lucas@iav.de>",
"download_url": "https://files.pythonhosted.org/packages/ac/63/26533de68c43ea98ae7a5d2123d0101e3b63f357e9823eca8c8f3b06b8af/ardupilot_methodic_configurator-2.7.1.tar.gz",
"platform": null,
"description": "# Correctly configure ArduPilot for your vehicles on your first attempt\n\n| Lint | Quality | Test | Security | Deploy | Maintain |\n| ---- | ------- | ---- | -------- | ------ |--------- |\n| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml) | [](https://app.codacy.com/gh/amilcarlucas/MethodicConfigurator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pytest.yml) | [](https://app.snyk.io/org/amilcarlucas/project/c8fd6e29-715b-4949-b828-64eff84f5fe1) |[](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment) | [](http://isitmaintained.com/project/ArduPilot/MethodicConfigurator) |\n| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/ruff.yml) | [](https://www.bestpractices.dev/projects/9101) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pytest.yml) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/github-code-scanning/codeql) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/python-publish.yml) | [](http://isitmaintained.com/project/ArduPilot/MethodicConfigurator) |\n| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/mypy.yml) | [](https://api.reuse.software/info/github.com/ArduPilot/MethodicConfigurator) | [](https://coveralls.io/github/ArduPilot/MethodicConfigurator?branch=master) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/gitavscan.yml) | [](https://pypi.org/project/ardupilot-methodic-configurator/) | [](https://pypi.python.org/pypi/ardupilot-methodic-configurator) |\n| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pyright.yml) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/markdown-link-check.yml) | [](https://scan.coverity.com/projects/ardupilot-methodic-configurator) | [](https://scorecard.dev/viewer/?uri=github.com/ArduPilot/MethodicConfigurator) | [](https://pypistats.org/packages/ardupilot-methodic-configurator) | [](https://codeclimate.com/github/amilcarlucas/MethodicConfigurator) |\n| [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/markdown-lint.yml) | [](https://results.pre-commit.ci/latest/github/ArduPilot/MethodicConfigurator/master) | [](https://discord.com/channels/674039678562861068/1308233496535371856) | | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/windows_build.yml) | [](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/update_flightcontroller_ids.yml) |\n\n*ArduPilot Methodic Configurator* is a software, developed by ArduPilot developers, that semi-automates a\n[clear, proven and safe configuration sequence for ArduCopter](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter) drones.\nWe are working on extending it to [ArduPlane](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduPlane),\n[Heli](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_Heli) and\n[Rover](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_Rover) vehicles.\nBut for those it is still very incomplete.\n\n- **clear**: the semi-automated sequence is linear, executed one step at the time with no hidden complex dependencies\n- **proven**: the software has been used by hundreds of ArduPilot developers and users. From beginners to advanced. On big and small vehicles.\n- **safe**: the sequence reduces trial-and-error by following established best practices and reduces the amount of flights required to configure the vehicle\n- **Parameter management**: Upload, download, and edit parameters with full documentation\n- **Vehicle templates**: Start from empty templates or from pre-configured settings for common vehicle types\n- **Traceability**: Documents every parameter change with reasons\n\nHere are some YouTube video tutorials from the [AMC YouTube Channel](https://www.youtube.com/@AmilcardoCarmoLucas):\n\n[](https://www.youtube.com/watch?v=47RjQ_GarvE&list=PL1oa0qoJ9W_89eMcn4x2PB6o3fyPbheA9)\n[](https://www.youtube.com/watch?v=9n4Wh6wBuHQ&list=PL1oa0qoJ9W_89eMcn4x2PB6o3fyPbheA9)\n\n[](https://www.youtube.com/watch?v=tM8EznlNhgs&list=PL1oa0qoJ9W_89eMcn4x2PB6o3fyPbheA9)\n\nAnd here is a presentation explaining it:\n\n[](https://github.com/ArduPilot/MethodicConfigurator/blob/master/images/ArduPilot_Methodic_Configurator.pdf?raw=true)\n\nComparison with Ground Control Station (GCS) software, traditionally used to configure ArduPilot before AMC existed:\n\n| Feature | Mission Planner, QGroundControl, ... etc | ArduPilot Methodic Configurator |\n| ------- | ---------------------------------------- | ------------------------------- |\n| full automatic configuration | No | No |\n| configuration type | manual [^1] | semi-automated [^2] |\n| explains what to do | No | Yes |\n| explains when to do something | No | Yes, explains the path |\n| explains why do something | No | Yes |\n| configuration method | a different menu for each task, some tasks have no menu, so you need to dig into the 1200 parameters | each task only presents you a relevant subset of parameters |\n| parameter documentation | Yes, only on the full-parameter tree view | Yes |\n| displays relevant documentation | No | Yes |\n| makes sure you do not forget a step | No | Yes |\n| checks that parameters get correctly uploaded | No (MP), unsure (QGCS), yes (MAVProxy) | Yes |\n| reuse params in other vehicles | No, unless you hand edit files | Yes, out-of-the-box |\n| documents why you changed each parameter | No | Yes |\n| tutorials and learning resources | No, scattered and not integrated | Yes, context-aware help integrated |\n| auto. install lua scripts on the FC | No | Yes |\n| auto. backup of parameters before changing them | No | Yes |\n\n[^1]: you need to know what/when/why you are doing\n[^2]: it explains what you should do, when you should do it and why\n\n<!--  -->\n\nIt's simple graphical user interface (GUI) manages and visualizes ArduPilot parameters, parameter files and documentation.\n\n\n\nNo visible menus, no hidden menus, no complicated options, what you see is what gets changed.\n\n## Table of Contents\n\n- [Quick Start](#quick-start)\n - [What You'll Accomplish](#what-youll-accomplish)\n - [Important Tips for Success](#important-tips-for-success)\n- [1. Quick overview of the entire process](#1-quick-overview-of-the-entire-process)\n - [1.1 Select the vehicle components](#11-select-the-vehicle-components)\n - [1.2 Download and install software](#12-download-and-install-software)\n - [1.3 Input vehicle components and component connections into ArduPilot Methodic Configurator](#13-input-vehicle-components-and-component-connections-into-ardupilot-methodic-configurator)\n - [1.4 Perform IMU temperature calibration before assembling the autopilot into the vehicle (optional)](#14-perform-imu-temperature-calibration-before-assembling-the-autopilot-into-the-vehicle-optional)\n - [1.5 Assemble all components except the propellers](#15-assemble-all-components-except-the-propellers)\n - [1.6 Basic mandatory configuration](#16-basic-mandatory-configuration)\n - [1.7 Assemble propellers and perform the first flight](#17-assemble-propellers-and-perform-the-first-flight)\n - [1.8 Minimalistic mandatory tuning](#18-minimalistic-mandatory-tuning)\n - [1.9 Standard tuning (optional)](#19-standard-tuning-optional)\n - [1.10 Improve altitude under windy conditions (optional)](#110-improve-altitude-under-windy-conditions-optional)\n - [1.11 System identification for analytical PID optimization (optional)](#111-system-identification-for-analytical-pid-optimization-optional)\n - [1.12 Position controller tuning (optional)](#112-position-controller-tuning-optional)\n - [1.13 Everyday use](#113-everyday-use)\n- [Documentation and Support](#documentation-and-support)\n- [Contributing](#contributing)\n- [Internationalization](#internationalization)\n- [Code of Conduct](#code-of-conduct)\n- [License](#license)\n- [Credits](#credits)\n\n## Quick Start\n\n### What You'll Accomplish\n\nBy the end of this process, your flight controller will be fully configured with:\n\n- \u2705 All parameters optimized for your specific vehicle\n- \u2705 Complete documentation of every change made\n- \u2705 Backup files for easy restoration\n- \u2705 Ready-to-fly configuration\n\n### Important Tips for Success\n\n\ud83d\udca1 **Pro Tips:**\n\n- **Take your time**: Read parameter descriptions - they contain valuable insights\n- **Test incrementally**: The step-by-step approach allows testing between changes\n- **Keep backups**: The software creates them automatically in the vehicle project directory\n- **Document changes**: Always fill in the \"Change Reason\" field - future you will thank you\n\n\u26a0\ufe0f **Common Mistakes to Avoid:**\n\n- **Rushing through steps**: Each parameter has a purpose - understand before changing\n- **Skipping component validation**: Incorrect component settings can cause crashes\n- **Ignoring warnings**: Red backgrounds and error messages are there for your safety\n- **Forgetting calibrations**: Some parameters require physical calibration procedures:\n - IMU temperature, analog voltage and current measurement, gyro, accelerometers\n\n## 1. Quick overview of the entire process\n\nTo methodically build, configure and tune ArduPilot vehicles follow this sequence of steps:\n\n### 1.1 Select the vehicle components\n\n- while [choosing an Autopilot](https://ardupilot.org/copter/docs/common-autopilots.html) and\n [other hardware](https://ardupilot.org/copter/docs/common-optional-hardware.html) components\n [avoid these components](https://discuss.ardupilot.org/t/hardware-to-avoid-when-building-your-first-multirotor/114014/1)\n- Use [ecalc for multirotor](https://www.ecalc.ch/index.htm) to select the propulsion system.\n- follow [hardware best practices](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#11-multicopter-hardware-best-practices)\n\n### 1.2 Download and install software\n\n- Install ArduPilot Methodic Configurator on [MS windows](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#ms-windows-installation),\n [Linux](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#linux-installation) or\n [macOS](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#macos-installation)\n- [Install the latest Mission Planner version](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#install-mission-planner-software-on-a-pc-or-mac)\n- [Install the latest ArduPilot firmware on your flight controller board](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#install-ardupilot-firmware-on-the-flight-controller)\n\n### 1.3 Input vehicle components and component connections into ArduPilot Methodic Configurator\n\nThe software needs this information to automatically pre-select configuration settings relevant to your specific vehicle\n\n- [Start the ArduPilot Methodic Configurator and select a vehicle that resembles yours](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-for-the-first-time)\n and input vehicle components and component connections information into the ArduPilot Methodic Configurator *component editor window*\n\n### 1.4 Perform IMU temperature calibration before assembling the autopilot into the vehicle (optional)\n\nIMU temperature calibration reduces the probability of *Accel inconsistent* and *Gyro inconsistent* errors and reduces the time required to arm the vehicle.\nIMU temperature calibration requires lowering the temperature of the autopilot (flight controller) to circa -20\u00b0C.\nThat is harder to do once the autopilot is assembled inside the vehicle, hence it is done now.\n\n- [start the software](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-for-the-first-time)\n- Perform [IMU temperature calibration](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#41-setup-imu-temperature-calibration)\n\nFollow [starting the software after having created a new vehicle](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-after-having-created-a-vehicle-from-a-template)\ninstructions once the calibration procedure is finished.\n\n### 1.5 Assemble all components except the propellers\n\nAssemble and connect all components. Make sure you [follow best practices](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#11-multicopter-hardware-best-practices)\n\n### 1.6 Basic mandatory configuration\n\nAgain using the [*ArduPilot Methodic configurator* software GUI](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-after-having-created-a-vehicle-from-a-template)\nperform the following steps:\n\n- [04_board_orientation.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#61-configure-flight-controller-orientation) flight controller orientation\n- [05_remote_controller.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#62-configure-the-rc-receiver) remote controller connections and protocol\n- [06_telemetry.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#63-configure-telemetry) telemetry transceiver connections and protocol (optional)\n- [07_esc.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#64-configure-the-esc) Electronic-Speed-Controller connections and protocol\n- [08_batt1.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#65-configure-the-primary-battery-monitor) Battery health and state of charge monitoring\n- [10_gnss.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#67-configure-the-gnss-receivers) GNSS receiver connection and protocol\n- [11_initial_atc.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#68-initial-attitude-pid-gains-vehicle-size-dependent) initial attitude\n PID gains (vehicle size dependent)\n\nNow use [Mission Planner](https://firmware.ardupilot.org/Tools/MissionPlanner/) to do:\n\n- [12_mp_setup_mandatory_hardware.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#69-configure-mandatory-hardware-parameters)\n calibrate vehicle sensors\n\nAnd continue with the [*ArduPilot Methodic configurator* software GUI](https://ardupilot.github.io/MethodicConfigurator/USECASES.html#use-the-ardupilot-methodic-configurator-software-after-having-created-a-vehicle-from-a-template)\n:\n\n- [13_general_configuration.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#610-general-configuration) general misc configuration\n- [Test if the hardware diagnostics are OK](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#611-ardupilot-hardware-report)\n- [14_logging.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#612-configure-logging) configure Dataflash/SDCard logging (black box data)\n- [15_motor.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#613-motorpropeller-order-and-direction-test) motor order and direction tests.\n ESC linearization.\n- [16_pid_adjustment.parm](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#614-optional-pid-adjustment) attitude PID gains (vehicle size dependent)\n- [17_remote_id.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#615-remote-id-aka-drone-id) required by law in many countries\n- [18_notch_filter_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#616-notch-filters-setup) to remove motor noise,\n reduce power consumption and increase flight stability\n\n### 1.7 Assemble propellers and perform the first flight\n\nNow that all mandatory configuration steps are done you can [perform the first flight](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#7-assemble-propellers-and-perform-the-first-flight)\n\n### 1.8 Minimalistic mandatory tuning\n\nThese are the very [minimum tuning steps](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#8-minimalistic-mandatory-tuning) required for a stable flight:\n\n- Load the `.bin` log file from the first flight into [Notch filter webtool](https://firmware.ardupilot.org/Tools/WebTools/FilterReview/)\n- [19_notch_filter_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#81-notch-filter-calibration) use the webtool information to\n configure the notch filter(s)\n- [20_throttle_controller.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#82-configure-the-throttle-controller) the altitude controller\n depends on the power-to-thrust ratio found in the first flight\n- [21_ekf_config.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#83-configure-the-ekf-altitude-source-weights) sometimes\n the EKF3 needs a tune to maintain altitude\n- [22_quick_tune_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#84-second-flight-pid-vtol-quiktune-lua-script-or-manual-pid-tune) and\n [23_quick_tune_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#84-second-flight-pid-vtol-quiktune-lua-script-or-manual-pid-tune),\n you need lua scripting support to do this if not available you can tune manually.\n\nThat is it, if you are impatient and do not want an optimized vehicle you can skip to [everyday use](#113-everyday-use).\n\n### 1.9 Standard tuning (optional)\n\nThese are the [standard tuning steps](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#9-standard-tuning-optional) required for an optimized flight:\n\n- [24_inflight_magnetometer_fit_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#91-third-flight-magfit), use lua scripted\n flight path or fly manually, store the results using\n [25_inflight_magnetometer_fit_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#912-calculate-inflight-magfit-calibration), use the\n [magfit webtool](https://firmware.ardupilot.org/Tools/WebTools/MAGFit/) to calculate a file that the ardupilot methodic configurator can use\n- [26_quick_tune_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#921-setup-quicktune) and\n [27_quick_tune_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#922-store-quicktune-results-to-file) Redo quick-tune now that\n the compass magnetic interference is fully calibrated\n- [28_evaluate_the_aircraft_tune_ff_disable.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#93-fifth-flight-evaluate-the-aircraft-tune---part-1)\n and\n [29_evaluate_the_aircraft_tune_ff_enable.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#94-sixth-flight-evaluate-the-aircraft-tune---part-2)\n- [30_autotune_roll_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#95-autotune-flights) and\n [31_autotune_roll_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#951-roll-axis-autotune) tune roll axis rate and angle PIDs\n- [32_autotune_pitch_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#952-pitch-axis-autotune) and\n [33_autotune_pitch_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#952-pitch-axis-autotune) tune pitch axis rate and angle PIDs\n- [34_autotune_yaw_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#953-yaw-axis-autotune) and\n [35_autotune_yaw_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#953-yaw-axis-autotune) tune yaw axis rate and angle PIDs\n- [36_autotune_yawd_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#954-yaw-d-axis-autotune-optional) and\n [37_autotune_yawd_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#954-yaw-d-axis-autotune-optional) tune yawd axis rate and\n angle PIDs\n- [38_autotune_roll_pitch_retune_setup.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#955-roll-and-pitch-axis-re-autotune) and\n [39_autotune_roll_pitch_retune_results.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#955-roll-and-pitch-axis-re-autotune) re-tune roll\n and pitch pitch axis rate and angle PIDs\n\nNow the standard tuning is complete you can skip to [everyday use](#113-everyday-use)\n\n### 1.10 Improve altitude under windy conditions (optional)\n\n- [40_windspeed_estimation.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#10-improve-altitude-under-windy-conditions-optional)\n estimates the wind speed\n- [41_barometer_compensation.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#102-baro-compensation-flights)\n Uses the estimated wind speed to improve altitude stability\n\n### 1.11 System identification for analytical PID optimization (optional)\n\n- [42_system_id_roll.param, 43_system_id_pitch.param, 44_system_id_yaw.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#11-system-identification-for-analytical-pid-optimization-optional)\n- [46_analytical_pid_optimization.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#112-analytical-multicopter-flight-controller-pid-optimization)\n\n### 1.12 Position controller tuning (optional)\n\n- [47_position_controller.param, 48_guided_operation.param, 49_precision_land.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#12-position-controller-tuning-optional)\n\n### 1.13 Everyday use\n\nNow that tuning and configuration are done, some logging and tests can be disabled and some more safety features enabled:\n\n- [53_everyday_use.param](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter#13-productive-configuration)\n\nCongratulations your flight controller is now fully configured in the safest and fastest way publicly known.\n\nEnjoy your properly configured vehicle.\n\n## Documentation and Support\n\nNeed [help or support](https://ardupilot.github.io/MethodicConfigurator/SUPPORT.html)\n\nThere is also [documentation on other use cases](https://ardupilot.github.io/MethodicConfigurator/USECASES.html)\nand a detailed but generic [Usermanual](https://ardupilot.github.io/MethodicConfigurator/USERMANUAL.html).\n\n## Contributing\n\nWant [to help us and contribute](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CONTRIBUTING.md)?\n\n## Internationalization\n\nThe software is available in [multiple languages](https://github.com/ArduPilot/MethodicConfigurator/tree/master/ardupilot_methodic_configurator/locale).\nOn MS Windows the language is selected during install and that selection is stored in the desktop icon.\nYou can manually create multiple desktop icons, each will run the software in a different language.\nOn Linux and macOS the language is selectable by the `--language` command line argument.\n\nSee [contributing page](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CONTRIBUTING.md) if you want to help us translate the software into your language.\n\n## Code of Conduct\n\nTo use and develop this software you must obey the [ArduPilot Methodic Configurator Code of Conduct](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThis software is cost free.\nThis project is licensed under the [GNU General Public License v3.0](https://github.com/ArduPilot/MethodicConfigurator/blob/master/LICENSE.md).\n\n## Credits\n\nIt builds upon other [open-source software packages](https://ardupilot.github.io/MethodicConfigurator/credits/CREDITS.html)\n\n<!-- Gurubase Widget -->\n<script async src=\"https://widget.gurubase.io/widget.latest.min.js\"\n data-widget-id=\"uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g\"\n data-text=\"Ask AI\"\n data-margins='{\"bottom\": \"1rem\", \"right\": \"1rem\"}'\n data-light-mode=\"true\"\n id=\"guru-widget-id\">\n</script>\n",
"bugtrack_url": null,
"license": null,
"summary": "A clear configuration sequence for ArduPilot vehicles",
"version": "2.7.1",
"project_urls": {
"changelog": "https://github.com/ArduPilot/MethodicConfigurator/releases",
"chat": "https://discord.com/invite/ArduPilot",
"documentation": "https://github.com/ArduPilot/MethodicConfigurator/blob/master/USERMANUAL.md",
"download": "https://github.com/ArduPilot/MethodicConfigurator/releases",
"forum": "https://discuss.ardupilot.org/t/new-ardupilot-methodic-configurator-gui/115038/",
"homepage": "https://ardupilot.github.io/MethodicConfigurator/",
"issues": "https://github.com/ArduPilot/MethodicConfigurator/issues",
"source": "https://github.com/ArduPilot/MethodicConfigurator"
},
"split_keywords": [
"ardupilot",
" configuration",
" scm",
" methodic",
" arducopter",
" arduplane",
" ardurover",
" ardusub"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "63e90501e5c21252e36bfd2308de326d0a84dc0f2a811282110b7063c4de5cf5",
"md5": "75d22bae247017c88b375a64f25273c7",
"sha256": "48f6553ce82c373a7cd9d59edf4165befcd7bf00d73a4f186002b6fd459a8938"
},
"downloads": -1,
"filename": "ardupilot_methodic_configurator-2.7.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "75d22bae247017c88b375a64f25273c7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 7898867,
"upload_time": "2025-11-01T16:47:43",
"upload_time_iso_8601": "2025-11-01T16:47:43.902324Z",
"url": "https://files.pythonhosted.org/packages/63/e9/0501e5c21252e36bfd2308de326d0a84dc0f2a811282110b7063c4de5cf5/ardupilot_methodic_configurator-2.7.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac6326533de68c43ea98ae7a5d2123d0101e3b63f357e9823eca8c8f3b06b8af",
"md5": "789ddddcc5e26a9207d1ef0fe2998b4a",
"sha256": "d0f85e4fcbe749c401255a776dd2aaba534ca70268abd97ff7c6abb1276e430a"
},
"downloads": -1,
"filename": "ardupilot_methodic_configurator-2.7.1.tar.gz",
"has_sig": false,
"md5_digest": "789ddddcc5e26a9207d1ef0fe2998b4a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 7730777,
"upload_time": "2025-11-01T16:47:45",
"upload_time_iso_8601": "2025-11-01T16:47:45.964492Z",
"url": "https://files.pythonhosted.org/packages/ac/63/26533de68c43ea98ae7a5d2123d0101e3b63f357e9823eca8c8f3b06b8af/ardupilot_methodic_configurator-2.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-11-01 16:47:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ArduPilot",
"github_project": "MethodicConfigurator",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "ardupilot-methodic-configurator"
}