autogenerated headers for rev https://github.com/mavlink/mavlink/tree/2051bc29b50a4b155088b34aa37ed0bfa002d738
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#define MAVLINK_MSG_ID_GLOBAL_VISION_POSITION_ESTIMATE 101
|
||||
|
||||
typedef struct MAVLINK_PACKED __mavlink_global_vision_position_estimate_t
|
||||
{
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_global_vision_position_estimate_t {
|
||||
uint64_t usec; /*< Timestamp (microseconds, synced to UNIX time or since system boot)*/
|
||||
float x; /*< Global X position*/
|
||||
float y; /*< Global Y position*/
|
||||
@@ -11,7 +11,7 @@ typedef struct MAVLINK_PACKED __mavlink_global_vision_position_estimate_t
|
||||
float roll; /*< Roll angle in rad*/
|
||||
float pitch; /*< Pitch angle in rad*/
|
||||
float yaw; /*< Yaw angle in rad*/
|
||||
} mavlink_global_vision_position_estimate_t;
|
||||
}) mavlink_global_vision_position_estimate_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_GLOBAL_VISION_POSITION_ESTIMATE_LEN 32
|
||||
#define MAVLINK_MSG_ID_GLOBAL_VISION_POSITION_ESTIMATE_MIN_LEN 32
|
||||
|
||||
Reference in New Issue
Block a user