@@ -6,6 +6,15 @@ SPDX-FileCopyrightText: 2024-2025 Amilcar do Carmo Lucas <
[email protected] >
6
6
SPDX-License-Identifier: GPL-3.0-or-later
7
7
-->
8
8
9
+ <!-- Gurubase Widget -->
10
+ <script async src="https://widget.gurubase.io/widget.latest.min.js"
11
+ data-widget-id="uE4kxEE4LY3ZSyfNsF5bU6gIOnWGTBOL_e16KwDH-0g"
12
+ data-text="Ask AI"
13
+ data-margins='{"bottom": "1rem", "right": "1rem"}'
14
+ data-light-mode="true"
15
+ id="guru-widget-id">
16
+ </script >
17
+
9
18
| Lint | Quality | Test | Deploy | Maintain |
10
19
| ---- | ------- | ---- | ------ | -------- |
11
20
| [](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://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment) | [](http://isitmaintained.com/project/ArduPilot/MethodicConfigurator) |
@@ -29,6 +38,7 @@ Let's compare it with the traditional tool used to configure ArduPilot: a genera
29
38
30
39
| Feature | Mission Planner, QGroundControl, ... etc | ArduPilot Methodic Configurator |
31
40
| ------- | ---------------------------------------- | ------------------------------- |
41
+ | full automatic configuration | No | No |
32
42
| configuration type | manual [ ^ 1 ] | semi-automated [ ^ 2 ] |
33
43
| explains what to do | No | Yes |
34
44
| explains when to do something | No, leaves you lost | Yes, explains the path |
@@ -42,6 +52,7 @@ Let's compare it with the traditional tool used to configure ArduPilot: a genera
42
52
| documents why you changed each parameter | No | Yes |
43
53
| tutorials and learning resources | No, scattered and not integrated | Yes, context-aware help integrated |
44
54
| auto. install lua scripts on the FC | No | Yes |
55
+ | auto. backup of parameters before changing them | No | Yes |
45
56
46
57
[ ^ 1 ] : you need to know what/when/why you are doing
47
58
[ ^ 2 ] : it explains what you should do, when you should do it and why
0 commit comments