autogenerated headers for rev https://github.com/mavlink/mavlink/tree/2051bc29b50a4b155088b34aa37ed0bfa002d738
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
|
||||
#define MAVLINK_MSG_ID_EKF_STATUS_REPORT 193
|
||||
|
||||
typedef struct MAVLINK_PACKED __mavlink_ekf_status_report_t
|
||||
{
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_ekf_status_report_t {
|
||||
float velocity_variance; /*< Velocity variance*/
|
||||
float pos_horiz_variance; /*< Horizontal Position variance*/
|
||||
float pos_vert_variance; /*< Vertical Position variance*/
|
||||
float compass_variance; /*< Compass variance*/
|
||||
float terrain_alt_variance; /*< Terrain Altitude variance*/
|
||||
uint16_t flags; /*< Flags*/
|
||||
} mavlink_ekf_status_report_t;
|
||||
}) mavlink_ekf_status_report_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_EKF_STATUS_REPORT_LEN 22
|
||||
#define MAVLINK_MSG_ID_EKF_STATUS_REPORT_MIN_LEN 22
|
||||
|
||||
Reference in New Issue
Block a user