docs(simulation): document SITL GPS failure injection (#27560)

Signed-off-by: gguidone <gennaroguido2002@gmail.com>
This commit is contained in:
Gennaro Guidone
2026-06-04 10:07:04 +02:00
committed by GitHub
parent 8b7da9f8f9
commit 1825187cfa
2 changed files with 22 additions and 10 deletions

View File

@@ -61,6 +61,10 @@ where:
- _instance number_ (optional): Instance number of affected sensor.
0 (default) indicates all sensors of specified type.
::: info
The simulated GPS (SITL) implements only the `off`, `stuck`, and `wrong` failure modes; the other failure types have no effect on it.
:::
## MAVSDK Failure Plugin
The [MAVSDK failure plugin](https://mavsdk.mavlink.io/main/en/cpp/api_reference/classmavsdk_1_1_failure.html) can be used to programmatically inject failures.