Structure describing the payload section of the MSG_ATTITUDE_SET message. More...
#include <APM_BinComm.h>
Public Attributes | |
int16_t | roll |
int16_t | pitch |
uint16_t | yaw |
Structure describing the payload section of the MSG_ATTITUDE_SET message.
Definition at line 1382 of file APM_BinComm.h.
int16_t BinComm::msg_attitude_set::pitch |
Definition at line 1384 of file APM_BinComm.h.
int16_t BinComm::msg_attitude_set::roll |
Definition at line 1383 of file APM_BinComm.h.
uint16_t BinComm::msg_attitude_set::yaw |
Definition at line 1385 of file APM_BinComm.h.