autogenerated headers for rev https://github.com/mavlink/mavlink/tree/2051bc29b50a4b155088b34aa37ed0bfa002d738
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
|
||||
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS 177
|
||||
|
||||
typedef struct MAVLINK_PACKED __mavlink_compassmot_status_t
|
||||
{
|
||||
MAVPACKED(
|
||||
typedef struct __mavlink_compassmot_status_t {
|
||||
float current; /*< current (amps)*/
|
||||
float CompensationX; /*< Motor Compensation X*/
|
||||
float CompensationY; /*< Motor Compensation Y*/
|
||||
float CompensationZ; /*< Motor Compensation Z*/
|
||||
uint16_t throttle; /*< throttle (percent*10)*/
|
||||
uint16_t interference; /*< interference (percent)*/
|
||||
} mavlink_compassmot_status_t;
|
||||
}) mavlink_compassmot_status_t;
|
||||
|
||||
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS_LEN 20
|
||||
#define MAVLINK_MSG_ID_COMPASSMOT_STATUS_MIN_LEN 20
|
||||
|
||||
Reference in New Issue
Block a user