43 #ifndef HUD_TELEMETRY_H__
44 #define HUD_TELEMETRY_H__
50 #include "position_estimation.h"
51 #include "stabilisation.h"
53 #include "scheduler.h"
91 #endif //HUD_TELEMETRY_H__
Structure containing the Attitude and Heading Reference System.
Definition: ahrs.h:58
const mavlink_stream_t * mavlink_stream
The pointer to the MAVLink stream structure.
Definition: hud_telemetry.h:63
const ahrs_t * ahrs
The pointer to the attitude estimation structure.
Definition: hud_telemetry.h:62
The control command typedef.
Definition: stabilisation.h:77
const control_command_t * controls
The pointer to the control structure.
Definition: hud_telemetry.h:61
const position_estimation_t * pos_est
The pointer to the position estimator structure.
Definition: hud_telemetry.h:60
The HUD structure to send the MAVLink HUD message.
Definition: hud_telemetry.h:58
Main structure for the MAVLink stream module.
Definition: mavlink_stream.h:87
The position estimator structure.
Definition: position_estimation.h:79