Update log analysis documentation

This commit is contained in:
Oleg Kalachev
2025-11-14 20:17:34 +03:00
parent e6fb264499
commit 80f23ab016
2 changed files with 11 additions and 5 deletions

View File

@@ -226,3 +226,13 @@ If the pilot moves the control sticks, the drone will switch back to *STAB* mode
You can adjust some of the drone's parameters (include PID coefficients) in QGroundControl. In order to do that, go to the QGroundControl menu ⇒ *Vehicle Setup* ⇒ *Parameters*.
<img src="img/parameters.png" width="400">
## Flight log
After the flight, you can download the flight log for analysis wirelessly. Use the following for that:
```bash
make log
```
See more details about log analysis in the [log analysis](log.md) article.