docs(docs): Fix almost all broken external links (#27790)

* docs(docs): Add missing uorb topics sidebar
* docs(docs): discontinue cuav v5 plus/nano
* docs(docs): Fix 404 and 303 status HTTP links
* docs(docs): more link fixes
* update(drivers): Docs fix to fix up link
* docs(docs): Fix up all remaining  broken links and add exclusions
This commit is contained in:
Hamish Willee
2026-07-02 16:58:40 +10:00
committed by GitHub
parent 06900086ea
commit 96e760a782
67 changed files with 247 additions and 901 deletions

View File

@@ -60,7 +60,7 @@ See [Foxglove PX4 Docs](https://docs.foxglove.dev/docs/getting-started/framework
### 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.
[PlotJuggler](https://github.com/PlotJuggler/PlotJuggler) is a desktop application that allows users to easily visualize and analyze data expressed in the form of time series.
This is one of the best ULog analysis tools as it exposes all information in the log ([Flight Review](#flight-review-online-tool), by comparison, only shows a small subset of the data).
It supports ULog files (.ulg) since version 2.1.4.
@@ -73,7 +73,7 @@ Key features:
- Once you arranged your data, save it into a "Layout" file and reload it multiple times.
- Process your data inside _PlotJuggler_ itself, using custom "data transformations".
Source code and downloads are available on [Github](https://github.com/facontidavide/PlotJuggler).
Source code and downloads are available on [Github](https://github.com/PlotJuggler/PlotJuggler).
![PlotJuggler](../../assets/flight_log_analysis/plot_juggler/plotjuggler_example_view.png)

View File

@@ -1,16 +1,16 @@
# Log Analysis using PlotJuggler
[PlotJuggler](https://github.com/facontidavide/PlotJuggler) can be used to analyze ULogs for in-depth, development purposes.
[PlotJuggler](https://github.com/PlotJuggler/PlotJuggler) can be used to analyze ULogs for in-depth, development purposes.
It is incredibly useful as every uORB topic is exposed / can be graphed, as well as having custom functions to modify the data (e.g. from Quaternion values to Roll / Pitch / Yaw).
## Installation
You can find the latest releases of the Plot Juggler [here](https://github.com/facontidavide/PlotJuggler/releases).
You can find the latest releases of the Plot Juggler [here](https://github.com/PlotJuggler/PlotJuggler/releases).
#### Notes on Windows distribution
The latest version of PlotJuggler for Windows may not work.
In this case fallback to [v2.8.4 here](https://github.com/facontidavide/PlotJuggler/releases/tag/2.8.4) (this is known to work with Windows).
In this case fallback to [v2.8.4 here](https://github.com/PlotJuggler/PlotJuggler/releases/tag/2.8.4) (this is known to work with Windows).
#### Notes on AppImage for Linux distributions