43 #ifndef STABILISATION_TELEMETRY_H_
44 #define STABILISATION_TELEMETRY_H_
46 #include "mavlink_stream.h"
47 #include "stabilisation.h"
61 void stabilisation_telemetry_send_rpy_speed_thrust_setpoint(
const stabiliser_t* stabiliser,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
70 void stabilisation_telemetry_send_rpy_rates_error(
const stabiliser_t* stabiliser,
const mavlink_stream_t* mavlink_stream, mavlink_message_t* msg);
The control command typedef.
Definition: stabilisation.h:77
The structure used to control the vehicle with 4 PIDs.
Definition: stabilisation.h:90
Main structure for the MAVLink stream module.
Definition: mavlink_stream.h:87