Structure describing the payload section of the MSG_ATTITUDE_SET 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_SET message.
Definition at line 1381 of file protocol.h.
int16_t msg_attitude_set::pitch |
Definition at line 1383 of file protocol.h.
int16_t msg_attitude_set::roll |
Definition at line 1382 of file protocol.h.
uint16_t msg_attitude_set::yaw |
Definition at line 1384 of file protocol.h.