![]() |
Autodrone
Multi-Domain Vehicle
|
This file creates the inputs to the PID controller and sends values to the mixer. More...
#include "board.h"
Functions | |
void | computeAxisCommands (float dt) |
Computes the commands that get sent to the mixer. More... | |
Variables | |
float | attCmd [3] |
float | attPID [3] |
float | ratePID [3] |
float | rateCmd [3] |
This file creates the inputs to the PID controller and sends values to the mixer.
void computeAxisCommands | ( | float | dt | ) |
Computes the commands that get sent to the mixer.
dt | The PID loop period in sec. |
float attCmd[3] |
float attPID[3] |
float rateCmd[3] |
float ratePID[3] |