Structure describing the payload section of the MSG_ATTITUDE message. More...
#include <protocol.h>
Public Attributes | |
int16_t | roll |
int16_t | pitch |
uint16_t | yaw |
Structure describing the payload section of the MSG_ATTITUDE message.
Definition at line 139 of file protocol.h.
int16_t msg_attitude::pitch |
Definition at line 141 of file protocol.h.
int16_t msg_attitude::roll |
Definition at line 140 of file protocol.h.
uint16_t msg_attitude::yaw |
Definition at line 142 of file protocol.h.