Structure describing the payload section of the MSG_ATTITUDE_CORRECT message. More...
#include <protocol.h>
Public Attributes | |
int16_t | rollError |
int16_t | pitchError |
int16_t | yawError |
Structure describing the payload section of the MSG_ATTITUDE_CORRECT message.
Definition at line 1291 of file protocol.h.
int16_t msg_attitude_correct::pitchError |
Definition at line 1293 of file protocol.h.
int16_t msg_attitude_correct::rollError |
Definition at line 1292 of file protocol.h.
int16_t msg_attitude_correct::yawError |
Definition at line 1294 of file protocol.h.