mirror of
https://github.com/okalachev/flix.git
synced 2026-01-10 21:16:50 +00:00
Refactor Wi-Fi log download
Use MAVLink LOG_REQUEST_DATA and LOG_DATA for download log instead of console. Make Wi-Fi download default way of downloading the log. Make `log` command only print the header and `log dump` dump the log.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user