MethodicConfigurator
MethodicConfigurator copied to clipboard
A clear ArduPilot configuration sequence
…ones
This is a copy of https://github.com/ArduPilot/ardupilot/pull/27294
I used regular expressions to do the markup. Both logging and output/display strings are marked. I'm not sure about some of them so please double check my work before merging....
**Describe the bug** Fresh install of MethodicConfigurator on Linux Mint using miniconda. There is no `miniconda3/lib/python3.10/site-packages/MethodicConfigurator/vehicle_templates` folder and I cannot start using the software (it needs to create a config...
Here is the start of modification to the Tradheli guide. This is draft and still needs a lot of work.
Scroll with mouse wheel does not work over labels and text fields in components and in parameters
### Is there an existing issue for this? - [x] I have searched the existing issues ### Description of the bug On Windows scroll is possible only on empty places...
This PR updates the ArduPilot flight controller IDs from the upstream ArduPilot repository.
This PR updates the vehicle templates with the latest parameter definitions. Changes were automatically generated by the update_vehicle_templates.py script.
This pull request updates the workflow configuration in `.github/workflows/pytest.yml` to integrate with the `uv` tool for managing Python environments, replacing the previous `actions/setup-python` step. This change simplifies environment setup and...