mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-02 04:58:15 +08:00
docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
@@ -19,6 +19,7 @@ pageClass: is-wide-page
|
||||
| <a id="fld_ground_distance"></a>ground_distance | `float32` | | | Altitude above ground (meters) |
|
||||
| <a id="fld_q"></a>q | `float32[4]` | | | Attitude of the camera relative to NED earth-fixed frame when using a gimbal, otherwise vehicle attitude |
|
||||
| <a id="fld_result"></a>result | `int8` | | | 1 for success, 0 for failure, -1 if camera does not provide feedback |
|
||||
| <a id="fld_report"></a>report | `bool` | | | Report this capture to the ground station (CAMERA_IMAGE_CAPTURED); it is always logged regardless |
|
||||
|
||||
## Source Message
|
||||
|
||||
@@ -36,6 +37,7 @@ float32 alt # Altitude (AMSL)
|
||||
float32 ground_distance # Altitude above ground (meters)
|
||||
float32[4] q # Attitude of the camera relative to NED earth-fixed frame when using a gimbal, otherwise vehicle attitude
|
||||
int8 result # 1 for success, 0 for failure, -1 if camera does not provide feedback
|
||||
bool report # Report this capture to the ground station (CAMERA_IMAGE_CAPTURED); it is always logged regardless
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user