mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
@@ -10,61 +10,61 @@ Fused local position in NED. The coordinate system origin is the vehicle positio
|
||||
|
||||
## Fields
|
||||
|
||||
| Name | Type | Unit [Frame] | Range/Enum | Description |
|
||||
| --------------------------- | ------------ | ------------ | ---------- | ----------------------------------------------------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| timestamp_sample | `uint64` | | | the timestamp of the raw data (microseconds) |
|
||||
| xy_valid | `bool` | | | true if x and y are valid |
|
||||
| z_valid | `bool` | | | true if z is valid |
|
||||
| v_xy_valid | `bool` | | | true if vx and vy are valid |
|
||||
| v_z_valid | `bool` | | | true if vz is valid |
|
||||
| x | `float32` | | | North position in NED earth-fixed frame, (metres) |
|
||||
| y | `float32` | | | East position in NED earth-fixed frame, (metres) |
|
||||
| z | `float32` | | | Down position (negative altitude) in NED earth-fixed frame, (metres) |
|
||||
| delta_xy | `float32[2]` | | | Amount of lateral shift of position estimate in latest reset (in x and y) [m] |
|
||||
| xy_reset_counter | `uint8` | | | Index of latest lateral position estimate reset |
|
||||
| delta_z | `float32` | | | Amount of vertical shift of position estimate in latest reset [m] |
|
||||
| z_reset_counter | `uint8` | | | Index of latest vertical position estimate reset |
|
||||
| vx | `float32` | | | North velocity in NED earth-fixed frame, (metres/sec) |
|
||||
| vy | `float32` | | | East velocity in NED earth-fixed frame, (metres/sec) |
|
||||
| vz | `float32` | | | Down velocity in NED earth-fixed frame, (metres/sec) |
|
||||
| z_deriv | `float32` | | | Down position time derivative in NED earth-fixed frame, (metres/sec) |
|
||||
| delta_vxy | `float32[2]` | | | Amount of lateral shift of velocity estimate in latest reset (in x and y) [m/s] |
|
||||
| vxy_reset_counter | `uint8` | | | Index of latest vertical velocity estimate reset |
|
||||
| delta_vz | `float32` | | | Amount of vertical shift of velocity estimate in latest reset [m/s] |
|
||||
| vz_reset_counter | `uint8` | | | Index of latest vertical velocity estimate reset |
|
||||
| ax | `float32` | | | North velocity derivative in NED earth-fixed frame, (metres/sec^2) |
|
||||
| ay | `float32` | | | East velocity derivative in NED earth-fixed frame, (metres/sec^2) |
|
||||
| az | `float32` | | | Down velocity derivative in NED earth-fixed frame, (metres/sec^2) |
|
||||
| heading | `float32` | | | Euler yaw angle transforming the tangent plane relative to NED earth-fixed frame, -PI..+PI, (radians) |
|
||||
| heading_var | `float32` | | |
|
||||
| unaided_heading | `float32` | | | Same as heading but generated by integrating corrected gyro data only |
|
||||
| delta_heading | `float32` | | | Heading delta caused by latest heading reset [rad] |
|
||||
| heading_reset_counter | `uint8` | | | Index of latest heading reset |
|
||||
| heading_good_for_control | `bool` | | |
|
||||
| tilt_var | `float32` | | |
|
||||
| xy_global | `bool` | | | true if position (x, y) has a valid global reference (ref_lat, ref_lon) |
|
||||
| z_global | `bool` | | | true if z has a valid global reference (ref_alt) |
|
||||
| ref_timestamp | `uint64` | | | Time when reference position was set since system start, (microseconds) |
|
||||
| ref_lat | `float64` | | | Reference point latitude, (degrees) |
|
||||
| ref_lon | `float64` | | | Reference point longitude, (degrees) |
|
||||
| ref_alt | `float32` | | | Reference altitude AMSL, (metres) |
|
||||
| dist_bottom_valid | `bool` | | | true if distance to bottom surface is valid |
|
||||
| dist_bottom | `float32` | | | Distance from from bottom surface to ground, (metres) |
|
||||
| dist_bottom_var | `float32` | | | height above ground estimate variance (m^2) |
|
||||
| delta_dist_bottom | `float32` | | | Amount of vertical shift of dist bottom estimate in latest reset [m] |
|
||||
| dist_bottom_reset_counter | `uint8` | | | Index of latest dist bottom estimate reset |
|
||||
| dist_bottom_sensor_bitfield | `uint8` | | | bitfield indicating what type of sensor is used to estimate dist_bottom |
|
||||
| eph | `float32` | | | Standard deviation of horizontal position error, (metres) |
|
||||
| epv | `float32` | | | Standard deviation of vertical position error, (metres) |
|
||||
| evh | `float32` | | | Standard deviation of horizontal velocity error, (metres/sec) |
|
||||
| evv | `float32` | | | Standard deviation of vertical velocity error, (metres/sec) |
|
||||
| dead_reckoning | `bool` | | | True if this position is estimated through dead-reckoning |
|
||||
| vxy_max | `float32` | | | maximum horizontal speed (meters/sec) |
|
||||
| vz_max | `float32` | | | maximum vertical speed (meters/sec) |
|
||||
| hagl_min | `float32` | | | minimum height above ground level (meters) |
|
||||
| hagl_max_z | `float32` | | | maximum height above ground level for z-control (meters) |
|
||||
| hagl_max_xy | `float32` | | | maximum height above ground level for xy-control (meters) |
|
||||
| Name | Type | Unit [Frame] | Range/Enum | Description |
|
||||
| ----------------------------------------------------------------------- | ------------ | ------------ | ---------- | ----------------------------------------------------------------------------------------------------- |
|
||||
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| <a id="fld_timestamp_sample"></a>timestamp_sample | `uint64` | | | the timestamp of the raw data (microseconds) |
|
||||
| <a id="fld_xy_valid"></a>xy_valid | `bool` | | | true if x and y are valid |
|
||||
| <a id="fld_z_valid"></a>z_valid | `bool` | | | true if z is valid |
|
||||
| <a id="fld_v_xy_valid"></a>v_xy_valid | `bool` | | | true if vx and vy are valid |
|
||||
| <a id="fld_v_z_valid"></a>v_z_valid | `bool` | | | true if vz is valid |
|
||||
| <a id="fld_x"></a>x | `float32` | | | North position in NED earth-fixed frame, (metres) |
|
||||
| <a id="fld_y"></a>y | `float32` | | | East position in NED earth-fixed frame, (metres) |
|
||||
| <a id="fld_z"></a>z | `float32` | | | Down position (negative altitude) in NED earth-fixed frame, (metres) |
|
||||
| <a id="fld_delta_xy"></a>delta_xy | `float32[2]` | | | Amount of lateral shift of position estimate in latest reset (in x and y) [m] |
|
||||
| <a id="fld_xy_reset_counter"></a>xy_reset_counter | `uint8` | | | Index of latest lateral position estimate reset |
|
||||
| <a id="fld_delta_z"></a>delta_z | `float32` | | | Amount of vertical shift of position estimate in latest reset [m] |
|
||||
| <a id="fld_z_reset_counter"></a>z_reset_counter | `uint8` | | | Index of latest vertical position estimate reset |
|
||||
| <a id="fld_vx"></a>vx | `float32` | | | North velocity in NED earth-fixed frame, (metres/sec) |
|
||||
| <a id="fld_vy"></a>vy | `float32` | | | East velocity in NED earth-fixed frame, (metres/sec) |
|
||||
| <a id="fld_vz"></a>vz | `float32` | | | Down velocity in NED earth-fixed frame, (metres/sec) |
|
||||
| <a id="fld_z_deriv"></a>z_deriv | `float32` | | | Down position time derivative in NED earth-fixed frame, (metres/sec) |
|
||||
| <a id="fld_delta_vxy"></a>delta_vxy | `float32[2]` | | | Amount of lateral shift of velocity estimate in latest reset (in x and y) [m/s] |
|
||||
| <a id="fld_vxy_reset_counter"></a>vxy_reset_counter | `uint8` | | | Index of latest vertical velocity estimate reset |
|
||||
| <a id="fld_delta_vz"></a>delta_vz | `float32` | | | Amount of vertical shift of velocity estimate in latest reset [m/s] |
|
||||
| <a id="fld_vz_reset_counter"></a>vz_reset_counter | `uint8` | | | Index of latest vertical velocity estimate reset |
|
||||
| <a id="fld_ax"></a>ax | `float32` | | | North velocity derivative in NED earth-fixed frame, (metres/sec^2) |
|
||||
| <a id="fld_ay"></a>ay | `float32` | | | East velocity derivative in NED earth-fixed frame, (metres/sec^2) |
|
||||
| <a id="fld_az"></a>az | `float32` | | | Down velocity derivative in NED earth-fixed frame, (metres/sec^2) |
|
||||
| <a id="fld_heading"></a>heading | `float32` | | | Euler yaw angle transforming the tangent plane relative to NED earth-fixed frame, -PI..+PI, (radians) |
|
||||
| <a id="fld_heading_var"></a>heading_var | `float32` | | |
|
||||
| <a id="fld_unaided_heading"></a>unaided_heading | `float32` | | | Same as heading but generated by integrating corrected gyro data only |
|
||||
| <a id="fld_delta_heading"></a>delta_heading | `float32` | | | Heading delta caused by latest heading reset [rad] |
|
||||
| <a id="fld_heading_reset_counter"></a>heading_reset_counter | `uint8` | | | Index of latest heading reset |
|
||||
| <a id="fld_heading_good_for_control"></a>heading_good_for_control | `bool` | | |
|
||||
| <a id="fld_tilt_var"></a>tilt_var | `float32` | | |
|
||||
| <a id="fld_xy_global"></a>xy_global | `bool` | | | true if position (x, y) has a valid global reference (ref_lat, ref_lon) |
|
||||
| <a id="fld_z_global"></a>z_global | `bool` | | | true if z has a valid global reference (ref_alt) |
|
||||
| <a id="fld_ref_timestamp"></a>ref_timestamp | `uint64` | | | Time when reference position was set since system start, (microseconds) |
|
||||
| <a id="fld_ref_lat"></a>ref_lat | `float64` | | | Reference point latitude, (degrees) |
|
||||
| <a id="fld_ref_lon"></a>ref_lon | `float64` | | | Reference point longitude, (degrees) |
|
||||
| <a id="fld_ref_alt"></a>ref_alt | `float32` | | | Reference altitude AMSL, (metres) |
|
||||
| <a id="fld_dist_bottom_valid"></a>dist_bottom_valid | `bool` | | | true if distance to bottom surface is valid |
|
||||
| <a id="fld_dist_bottom"></a>dist_bottom | `float32` | | | Distance from from bottom surface to ground, (metres) |
|
||||
| <a id="fld_dist_bottom_var"></a>dist_bottom_var | `float32` | | | height above ground estimate variance (m^2) |
|
||||
| <a id="fld_delta_dist_bottom"></a>delta_dist_bottom | `float32` | | | Amount of vertical shift of dist bottom estimate in latest reset [m] |
|
||||
| <a id="fld_dist_bottom_reset_counter"></a>dist_bottom_reset_counter | `uint8` | | | Index of latest dist bottom estimate reset |
|
||||
| <a id="fld_dist_bottom_sensor_bitfield"></a>dist_bottom_sensor_bitfield | `uint8` | | | bitfield indicating what type of sensor is used to estimate dist_bottom |
|
||||
| <a id="fld_eph"></a>eph | `float32` | | | Standard deviation of horizontal position error, (metres) |
|
||||
| <a id="fld_epv"></a>epv | `float32` | | | Standard deviation of vertical position error, (metres) |
|
||||
| <a id="fld_evh"></a>evh | `float32` | | | Standard deviation of horizontal velocity error, (metres/sec) |
|
||||
| <a id="fld_evv"></a>evv | `float32` | | | Standard deviation of vertical velocity error, (metres/sec) |
|
||||
| <a id="fld_dead_reckoning"></a>dead_reckoning | `bool` | | | True if this position is estimated through dead-reckoning |
|
||||
| <a id="fld_vxy_max"></a>vxy_max | `float32` | | | maximum horizontal speed (meters/sec) |
|
||||
| <a id="fld_vz_max"></a>vz_max | `float32` | | | maximum vertical speed (meters/sec) |
|
||||
| <a id="fld_hagl_min"></a>hagl_min | `float32` | | | minimum height above ground level (meters) |
|
||||
| <a id="fld_hagl_max_z"></a>hagl_max_z | `float32` | | | maximum height above ground level for z-control (meters) |
|
||||
| <a id="fld_hagl_max_xy"></a>hagl_max_xy | `float32` | | | maximum height above ground level for xy-control (meters) |
|
||||
|
||||
## Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user