43 #ifndef STABILISATION_H_
44 #define STABILISATION_H_
52 #include "pid_controller.h"
59 VELOCITY_COMMAND_MODE,
60 ATTITUDE_COMMAND_MODE,
111 void stabilisation_run(
stabiliser_t *stabiliser,
float dt,
float errors[]);
control_mode_t control_mode
control mode
Definition: stabilisation.h:83
PID controller.
Definition: pid_controller.h:95
The control command typedef.
Definition: stabilisation.h:77
pid_controller_t thrust_controller
thrust controller
Definition: stabilisation.h:92
float thrust
thrust
Definition: stabilisation.h:80
The structure used to control the vehicle with 4 PIDs.
Definition: stabilisation.h:90
control_command_t output
output
Definition: stabilisation.h:93
yaw_mode_t yaw_mode
yaw mode
Definition: stabilisation.h:84
float theading
absolute target heading
Definition: stabilisation.h:82