mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 01:00:35 +08:00
add terrain alt field to global pos topic
This commit is contained in:
@@ -72,6 +72,7 @@ struct vehicle_global_position_s {
|
|||||||
float yaw; /**< Yaw in radians -PI..+PI. */
|
float yaw; /**< Yaw in radians -PI..+PI. */
|
||||||
float eph; /**< Standard deviation of position estimate horizontally */
|
float eph; /**< Standard deviation of position estimate horizontally */
|
||||||
float epv; /**< Standard deviation of position vertically */
|
float epv; /**< Standard deviation of position vertically */
|
||||||
|
float terrain_alt; /**< Terrain altitude in m, WGS84 */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user