MethodicConfigurator

Ardupilot Methodic Configurator use cases

The software is meant to guide you a in sequence of procedural steps to configure and tune your vehicle in a safe and time-efficient way.

Hence the two main use cases are:

  1. Create a vehicle configuration based on a pre-existing template
  2. Edit existing vehicle configuration files to configure and tune a vehicle

But there are other use cases as well:

  1. Create a vehicle configuration based on a correctly configured vehicle
  2. Review and or edit configuration files without having the vehicle FC
  3. Use the correct default values

Create a vehicle configuration based on a correctly configured vehicle

  1. Connect the flight controller to the computer using a USB cable.
  2. Wait at least 7 seconds.
  3. Open the ArduPilot Methodic Configurator software.
  4. The software should now automatically detect and connect to your flight controller. AMC FC info and parameter download
  5. Select the vehicle template that better resembles your vehicle. AMC template selection1 AMC template selection2
  6. select the Use parameter values from connected FC, not from template files checkbox AMC template selection1
  7. Give a name to your vehicle. AMC new vehicle name
  8. Press Create vehicle configuration from template. AMC new vehicle create
  9. Edit all the components of your vehicle to match your own in the Vehicle Component Editor window. AMC component editor
  10. Press Save data and start configuration.
  11. The application will validate your input. If issues are found the problematic fields’ background will be marked in red color. Correct those entries and press the Save data and start configuration button again.
  12. You should now see the Parameter file editor and uploader window. AMC parameter file editor and uploader
  13. Follow the procedure to configure the vehicle parameters

If something is not clear, read the ArduPilot Methodic Configurator user manual

Review and or edit configuration files without having the vehicle FC

  1. Open the ArduPilot Methodic Configurator software.
  2. Select Skip FC connection, just edit .param files on disk button. AMC no connection
  3. Open the vehicle configuration directory that you want to edit or review. AMC open vehicle configuration double-click and step inside the directory that you want to use, not just select it
  4. Edit all the components of your vehicle to match your own in the Vehicle Component Editor window. AMC component editor
  5. Press Save data and start configuration.
  6. The application will validate your input. If issues are found the problematic fields’ background will be marked in red color. Correct those entries and press the Save data and start configuration button again.
  7. You should now see the Parameter file editor and uploader window. AMC parameter file editor and uploader the Upload selected params to FC, and advance to next param file button will be grayed out because there is no FC connected.
  8. Follow the procedure to configure the vehicle parameters

If something is not clear, read the ArduPilot Methodic Configurator user manual

Use the correct default values

To get the correct default values for your board (if it does not support MAVFTP) you need to do:

cd VehicleConfigurarationDirectory
extract_param_defaults bin_log_file.bin > 00_default.param