Feel free to create github issues. I already created some in your name.
@Yuri_Rage the issue with the scheduler rate is fixed here: Fix metadata by amilcarlucas ¡ Pull Request #28470 ¡ ArduPilot/ardupilot ¡ GitHub
v0.9.8
Compare
github-actions released this 3 minutes ago
Commits
- Update the advance-wp lua script instructions now that @Yuri_Rage included it in the codebase (Dr.-Ing. Amilcar do Carmo Lucas)
- 255758c: Add a link to the excelent motor order diagrams from Yuri (Dr.-Ing. Amilcar do Carmo Lucas)
- 537a047: Add hardware assembly instructions documentation link (Dr.-Ing. Amilcar do Carmo Lucas)
- ArduPlane support should use Q_M_PWM_TYPE instead of MOT_PWM_TYPE (Dr.-Ing. Amilcar do Carmo Lucas)
- add advance-wp.lua applet params #54 (Yuri Rage)
- pylint, the new versions are not compatible with older ones #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add more position parameters #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add pre-commit hooks for commit and push #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add and improve github issue templates #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Better linux installation #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- i18n markup added #55 (SakuraRC_Yang)
- Inform the user when parameters get automatically renamed #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add user interface translation support (internationalization) #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add initial simplified chinese translation #55 (Dr.-Ing. Amilcar do Carmo Lucas)
- Update to Innosetup 6.3.3 #56 (Dr.-Ing. Amilcar do Carmo Lucas)
- issue template is YAML not MD #56 (Dr.-Ing. Amilcar do Carmo Lucas)
- Initial modification to Tradheli guide #57 (bnsgeyer)
- Do not scroll to the top when deleting parameters #58 (Dr.-Ing. Amilcar do Carmo Lucas)
- tell the users three times to use the scrollbar in the compoent editor window #58 (Dr.-Ing. Amilcar do Carmo Lucas)
- Added Gazebo Iris Model with gimbal (Dr.-Ing. Amilcar do Carmo Lucas)
- da9d90c: Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
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
github-actions released this 05 Nov 00:23
Commits
- delete template while uninstalling #60 (Dr.-Ing. Amilcar do Carmo Lucas)
- allow extracting more strings #60 (Dr.-Ing. Amilcar do Carmo Lucas)
- update all files with the annotations from Yuri #60 (Dr.-Ing. Amilcar do Carmo Lucas)
- regenerate .pot file after replacing many f-strings #60 (Dr.-Ing. Amilcar do Carmo Lucas)
- start GUI in chinese if chinese was selected during windows instalation #59 (Dr.-Ing. Amilcar do Carmo Lucas)
- reading translation files #59 (Dr.-Ing. Amilcar do Carmo Lucas)
- translate a bit #59 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add portuguese translation #59 (Dr.-Ing. Amilcar do Carmo Lucas)
- parent.attributes(â-disabledâ, bool) only works on windows (Dr.-Ing. Amilcar do Carmo Lucas)
- portuguese translation (Dr.-Ing. Amilcar do Carmo Lucas)
- added vehicle photos (Dr.-Ing. Amilcar do Carmo Lucas)
- Use wider combobox listbox if necessary #62 (Dr.-Ing. Amilcar do Carmo Lucas)
- update pre-commit stage names #62 (Dr.-Ing. Amilcar do Carmo Lucas)
- Make it debug faster #62 (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint fixes #62 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add optional optical flow calibration support #64 (Dr.-Ing. Amilcar do Carmo Lucas)
- Remember if usage should be displayed #64 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add optical flow parameter files (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
- pylint (Dr.-Ing. Amilcar do Carmo Lucas)
Commits
- race condition while writing IMU temp calibration to file (Dr.-Ing. Amilcar do Carmo Lucas)
- packaging and accessing locales and vehicle templates on linux (Dr.-Ing. Amilcar do Carmo Lucas)
- bump version info to regenerate pip file (Dr.-Ing. Amilcar do Carmo Lucas)
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
Compare
github-actions released this 41 minutes ago
¡ 1 commit to master since this release
Commits
- A real bug caught by mypy (Dr.-Ing. Amilcar do Carmo Lucas)
- harmless mypy linting fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- Annotate more return types (Dr.-Ing. Amilcar do Carmo Lucas)
- all current linter issues (Dr.-Ing. Amilcar do Carmo Lucas)
- Explain the MP must be closed (Dr.-Ing. Amilcar do Carmo Lucas)
- explain that GCS needs to be closed #75 (Dr.-Ing. Amilcar do Carmo Lucas)
- Move DocumentationFrame to another file #75 (Dr.-Ing. Amilcar do Carmo Lucas)
- auto open relevant documentation #75 (Dr.-Ing. Amilcar do Carmo Lucas)
- mypy job runner name #75 (Dr.-Ing. Amilcar do Carmo Lucas)
- Update the portuguese translation #75 (Dr.-Ing. Amilcar do Carmo Lucas)
- Portuguse translation #76 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add more return type hints (Dr.-Ing. Amilcar do Carmo Lucas)
- Added more parameter type hints (Dr.-Ing. Amilcar do Carmo Lucas)
- Add german translation (Dr.-Ing. Amilcar do Carmo Lucas)
- more linter fixes (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
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.
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
- pypi readme page links and images (Dr.-Ing. Amilcar do Carmo Lucas)
- vehicle names in title (Dr.-Ing. Amilcar do Carmo Lucas)
- fb1669f: Fix Image Rendering in 6.13 and better looking data in 10.1 (GA.)
- Image Rendering in 6.13 and better looking data in 10.1 (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info to re-release pypi (Dr.-Ing. Amilcar do Carmo Lucas)
v1.0.1
- add more pre-commit hooks and SetupDeveloperPC.* scripts (Dr.-Ing. Amilcar do Carmo Lucas)
- trailing whitespaces, shebangs and executable flags (Dr.-Ing. Amilcar do Carmo Lucas)
- Remove code from setup.py now that the file permissions are correct in git (Dr.-Ing. Amilcar do Carmo Lucas)
- bump version information (Dr.-Ing. Amilcar do Carmo Lucas)
v1.0.0
- translations after python package rename (Dr.-Ing. Amilcar do Carmo Lucas)
- Release version 1.0.0 (Dr.-Ing. Amilcar do Carmo Lucas)
v0.9.17
- Rename application from MethodicConfigurator to ardupilot_methodic_configurator to comply with PEP8 #79 (Dr.-Ing. Amilcar do Carmo Lucas)
- 2b47cd4: FIX Rename ardupilot_methodic_configurator.py to main.py (Dr.-Ing. Amilcar do Carmo Lucas) #79
- #80 #79 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add pyright support #79 (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
v0.9.16
- ESC connection type in templates (Dr.-Ing. Amilcar do Carmo Lucas)
- activated most of ruff linting rules #77 (Dr.-Ing. Amilcar do Carmo Lucas)
- enforce ruff rule FBT003 #77 (Dr.-Ing. Amilcar do Carmo Lucas)
- Define flight controller vendor and board name depending on hwdef.dat file information #78 (Dr.-Ing. Amilcar do Carmo Lucas)
- Use and present board/firmware type information #78 (Dr.-Ing. Amilcar do Carmo Lucas)
- Activate more linter rules #78 (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info (Dr.-Ing. Amilcar do Carmo Lucas)
Commits
- 04d326a: FEATURE add a Hoverit Hobbywing X11+ template (Dr.-Ing. Amilcar do Carmo Lucas)
- Display the tooltip closer to the mouse pointer #87 (Dr.-Ing. Amilcar do Carmo Lucas)
- Vehicle component table rendering #87 (Dr.-Ing. Amilcar do Carmo Lucas)
- why and why_now tooltip text #86 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add why and why_now tooltip #86 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add DocumentationFrame unittests #88 (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version info #89 (Dr.-Ing. Amilcar do Carmo Lucas)
v1.0.7
github-actions released this 11 Jan 15:23
¡ 1 commit to master since this release
Commits
- reduce documentation duplication #93 (Dr.-Ing. Amilcar do Carmo Lucas)
- Move quickstart contents into readme to reduce duplication #93 (Dr.-Ing. Amilcar do Carmo Lucas)
- Add component editor #93 (Dr.-Ing. Amilcar do Carmo Lucas)
- Updates from sauravhobyy (AirBus Pilot) (Dr.-Ing. Amilcar do Carmo Lucas)
- improved install links (Dr.-Ing. Amilcar do Carmo Lucas)
- move install to a single place (Dr.-Ing. Amilcar do Carmo Lucas)
- Bump version information (Dr.-Ing. Amilcar do Carmo Lucas)