Add Foxglove to flight_log_analysis (#25990)

* Add Foxglove to flight_log_analysis

* shrink image

* Minor subedit

* Change scrub to seek in Foxglove description

---------

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
Mateusz Sadowski 2025-11-27 07:10:40 +01:00 committed by GitHub
parent ad38dba167
commit 7d034d6087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -41,6 +41,23 @@ Key features:
See [Log Analysis using Flight Review](../log/flight_review.md) for an introduction.
### Foxglove
[Foxglove](https://foxglove.dev/) is a purpose-built robotics observation platform that works natively with ULog.
It allows you to replay your flights and seek through the timeline to find data of interest.
Key features:
- Native support for ULog files — open files by dragging and dropping or using the file dialog.
- Multiple visualization panels, including Raw Messages, Plot, 3D, and Map panels.
- [PX4 Converter extension](https://github.com/foxglove/px4_converter) that translates selected uORB messages and creates Foxglove schemas for enhanced visualizations.
- Save and share custom layouts with panels and their settings.
- Cross-platform desktop application (Windows, macOS, Linux).
See [Foxglove PX4 Docs](https://docs.foxglove.dev/docs/getting-started/frameworks/px4) for more detailed information and instructions.
![Foxglove](../../assets/flight_log_analysis/foxglove/foxglove_px4.png)
### PlotJuggler
[PlotJuggler](https://github.com/facontidavide/PlotJuggler) is a desktop application that allows users to easily visualize and analyze data expressed in the form of time series.