35 uint8_t ac_id = DL_DESIRED_SETPOINT_ac_id(buf);
39 uint8_t flag = DL_DESIRED_SETPOINT_flag(buf);
41 u.
x = DL_DESIRED_SETPOINT_ux(buf);
42 u.
y = DL_DESIRED_SETPOINT_uy(buf);
43 u.
z = DL_DESIRED_SETPOINT_uz(buf);
Main include for ABI (AirBorneInterface).
Core autopilot interface common to all firmwares.
Handling of messages coming from ground and other A/Cs.
void fc_read_msg(uint8_t *buf)
Formation control algorithm for rotorcrafts.
#define POS_BFP_OF_REAL(_af)
Paparazzi floating point algebra.
Rotorcraft navigation functions.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.