New ArduPilot methodic configurator GUI

Feel free to create github issues. I already created some in your name.

1 Like

@Yuri_Rage the issue with the scheduler rate is fixed here: Fix metadata by amilcarlucas ¡ Pull Request #28470 ¡ ArduPilot/ardupilot ¡ GitHub

v0.9.8

Latest

Compare

@github-actions github-actions released this 3 minutes ago

v0.9.8

da9d90c

Commits

1 Like

We now have a translatable GUI. Portuguese translation is included, and a partial simplified chinese translation from @BloodSakura3774 is also included.

5 other developers are involved in the code. And the bug count is close to zero. Enjoy.

v0.9.9

Latest

@github-actions github-actions released this 05 Nov 00:23

v0.9.9

0860428

Commits

Commits

v0.9.12 Latest

Commits

I am sorry, I try to install Methodic-Configurator on Mac OS Ventura (13.7.1) :
After following your procedure, I get :

Installation complete.
You can run the ArduPilot methodic configurator GUI by executing:
cd MethodicConfigurator
python3 ./ardupilot_methodic_configurator.py

I launch from Python, but I got :
File “/Users/xxx/MethodicConfigurator/MethodicConfigurator/ardupilot_methodic_configurator.py”, line 21, in
from MethodicConfigurator import _
ImportError: cannot import name ‘_’ from ‘MethodicConfigurator’ (unknown location

I don’t find anything on the forum, and I am not Python expert…

Something is very wrong in your installation.
did you install into a venv or into the system?

Thank you for your reply.
I again install, Git, and Python 3.13.
MethodicConfigurator.git installed on First file “MethodicConfigurator”.
and ./install.sh on the file “MethodicConfigurator” .
and python3 -m pip uninstall -y serial pyserial on the file “venv” .
and pip3 install --upgrade pip on the file “venv” .

Same error :
line 21, in
from MethodicConfigurator import _, version
ModuleNotFoundError: No module named ‘MethodicConfigurator’.

Try this method:

pip install -U MethodicConfigurator

Just installed at the same place …
ImportError: cannot import name ‘version’ from ‘MethodicConfigurator’ (/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/MethodicConfigurator/init.py)

I do not have acess to a MacOs computer and can not test nor debug this.

Can anyone else help?

I certainly miss something.
I can open it on my old Windows PC.
Thank you for your work and your time.

20241120 Autopilot Methodic Configu.txt (4.0 KB)

I am having an issue where when I go to create a new aircraft from the template, and I get an error message saying it has some value and key errors. any thoughts?

Which version are you using?

v0.9.15

Latest

Compare

@github-actions github-actions released this 41 minutes ago

¡ 1 commit to master since this release

v0.9.15

209ee75

Commits

Very good, it’s now running on my iMac
(I just forgot “.” in # Install the project dependencies
python3 -m pip install .)
Thank you again for your job.

1 Like

We reached feature completeness! All the software requirements that we decided to implement in March 2024 are now implemented, tested and in use by hundreds of users. The software is now released as stable for windows, Linux and MacOS.

So to recap:

  • it has been used vehicles ranging from from 60 gram to 600Kg.
  • it has been used by beginners, intermediate and advanced users
  • it has been used by hobbyists and professionals
  • it has been used by 17 year old users to 80 years old users
  • the development team has grown to 7 developers
  • the number of users increases but the number of reported bugs remains very low

v1.0.2

v1.0.1

v1.0.0

v0.9.17

v0.9.16

1 Like

v1.0.5 Latest

Commits

1 Like

v1.0.7

Latest

@github-actions github-actions released this 11 Jan 15:23

¡ 1 commit to master since this release

v1.0.7

de97374

Commits

Commits

1 Like