Skip to content

Commit 3305931

Browse files
authored
docs(mainpage): Add a gurubase widget, add backup feature
1 parent c61c944 commit 3305931

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ SPDX-FileCopyrightText: 2024-2025 Amilcar do Carmo Lucas <[email protected]>
66
SPDX-License-Identifier: GPL-3.0-or-later
77
-->
88

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+
918
| Lint | Quality | Test | Deploy | Maintain |
1019
| ---- | ------- | ---- | ------ | -------- |
1120
| [![Pylint](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pylint.yml) | [![Codacy Badge](https://app.codacy.com/project/badge/Grade/720794ed54014c58b9eaf7a097a4e98e)](https://app.codacy.com/gh/amilcarlucas/MethodicConfigurator/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) | [![pytest status](https://gist.githubusercontent.com/amilcarlucas/81b511dc0ff92b8072613d1cd100832e/raw/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pytest.yml) | [![pages-build-deployment](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/ArduPilot/MethodicConfigurator/actions/workflows/pages/pages-build-deployment) | [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/ArduPilot/MethodicConfigurator.svg)](http://isitmaintained.com/project/ArduPilot/MethodicConfigurator) |
@@ -29,6 +38,7 @@ Let's compare it with the traditional tool used to configure ArduPilot: a genera
2938

3039
| Feature | Mission Planner, QGroundControl, ... etc | ArduPilot Methodic Configurator |
3140
| ------- | ---------------------------------------- | ------------------------------- |
41+
| full automatic configuration | No | No |
3242
| configuration type | manual [^1] | semi-automated [^2] |
3343
| explains what to do | No | Yes |
3444
| 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
4252
| documents why you changed each parameter | No | Yes |
4353
| tutorials and learning resources | No, scattered and not integrated | Yes, context-aware help integrated |
4454
| auto. install lua scripts on the FC | No | Yes |
55+
| auto. backup of parameters before changing them | No | Yes |
4556

4657
[^1]: you need to know what/when/why you are doing
4758
[^2]: it explains what you should do, when you should do it and why

0 commit comments

Comments
 (0)