mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 08:44:08 +08:00
* Add vitepress tree * Update existing workflows so they dont trigger on changes in the docs path * Add nojekyll, package.json, LICENCE etc * Add crowdin docs upload/download scripts * Add docs flaw checker workflows * Used docs prefix for docs workflows * Crowdin obvious fixes * ci: docs move to self hosted runner runs on a beefy server for faster builds Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: don't run build action for docs or ci changes Signed-off-by: Ramon Roche <mrpollo@gmail.com> * ci: update runners Signed-off-by: Ramon Roche <mrpollo@gmail.com> * Add docs/en * Add docs assets and scripts * Fix up editlinks to point to PX4 sources * Download just the translations that are supported * Add translation sources for zh, uk, ko * Update latest tranlsation and uorb graphs * update vitepress to latest --------- Signed-off-by: Ramon Roche <mrpollo@gmail.com> Co-authored-by: Ramon Roche <mrpollo@gmail.com>
51 lines
2.4 KiB
Markdown
51 lines
2.4 KiB
Markdown
# Flight Reporting
|
|
|
|
PX4 logs detailed aircraft state and sensor data, which can be used to analyze performance issues.
|
|
This topic explains how you can download and analyse logs, and share them with the development team for review.
|
|
|
|
:::tip
|
|
Keeping flight logs is a legal requirement in some jurisdictions.
|
|
:::
|
|
|
|
## Downloading Logs from the Flight Controller
|
|
|
|
Logs can be downloaded using [QGroundControl](http://qgroundcontrol.com/): **[Analyze View > Log Download](https://docs.qgroundcontrol.com/master/en/qgc-user-guide/analyze_view/log_download.html)**.
|
|
|
|

|
|
|
|
|
|
## Analyzing the Logs
|
|
|
|
Upload the log file to the online [Flight Review](http://logs.px4.io) tool.
|
|
After upload you'll be emailed a link to the analysis page for the log.
|
|
|
|
[Log Analysis using Flight Review](../log/flight_review.md) explains how to interpret the plots, and can help you to verify/reject the causes of common problems: excessive vibration, poor PID tuning, saturated controllers, imbalanced vehicles, GPS noise, etc.
|
|
|
|
::: info
|
|
There are many other great tools for visualising and analysing PX4 Logs.
|
|
For more information see: [Flight Analysis](../dev_log/flight_log_analysis.md).
|
|
:::
|
|
|
|
:::tip
|
|
If you have a constant high-rate MAVLink connection to the vehicle (not just a telemetry link) then you can use *QGroundControl* to automatically upload logs directly to *Flight Review*.
|
|
For more information see [Settings > MAVLink Settings > MAVLink 2 Logging (PX4 only)](https://docs.qgroundcontrol.com/master/en/qgc-user-guide/settings_view/mavlink.html#logging).
|
|
:::
|
|
|
|
## Sharing the Log Files for Review by PX4 Developers
|
|
|
|
The [Flight Review](http://logs.px4.io) log file link can be shared for discussion in the [support forums](../contribute/support.md#forums-and-chat) or a [Github issue](../index.md#reporting-bugs-issues).
|
|
|
|
|
|
## Log Configuration
|
|
|
|
The logging system is configured by default to collect sensible logs for use with [Flight Review](http://logs.px4.io).
|
|
|
|
Logging may further be configured using the [SD Logging](../advanced_config/parameter_reference.md#sd-logging) parameters or with a file on the SD card.
|
|
Details on configuration can be found in the [logging configuration documentation](../dev_log/logging.md#configuration).
|
|
|
|
## Key Links
|
|
|
|
- [Flight Review](http://logs.px4.io)
|
|
- [Log Analysis using Flight Review](../log/flight_review.md)
|
|
- [Flight Log Analysis](../dev_log/flight_log_analysis.md)
|