mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-10 13:53:34 +08:00
Added Flight REview for Encrypted logs (#24690)
* Added Flight REview for Encrypted logs * Subedit --------- Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e228456a67
commit
03345db36e
@@ -13,6 +13,11 @@ Logs can be downloaded using [QGroundControl](http://qgroundcontrol.com/): **[An
|
||||
|
||||

|
||||
|
||||
::: tip
|
||||
Encrypted logs cannot be downloaded with QGroundControl, or uploaded to the public Flight Review service.
|
||||
The easiest way to download and extract encrypted logs is to use the [Log Encryption Tools](../dev_log/log_encryption.md).
|
||||
You can also host a [private Flight Review server](../dev_log/log_encryption.md#flight-review-encrypted-logs) that automatically decrypts logs on upload using your private key.
|
||||
:::
|
||||
|
||||
## Analyzing the Logs
|
||||
|
||||
@@ -25,9 +30,9 @@ After upload you'll be emailed a link to the analysis page for the log.
|
||||
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*.
|
||||
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).
|
||||
:::
|
||||
|
||||
@@ -35,7 +40,6 @@ For more information see [Settings > MAVLink Settings > MAVLink 2 Logging (PX4 o
|
||||
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user