mirror of
https://github.com/okalachev/flix.git
synced 2026-06-27 21:46:38 +00:00
Implement motors output desaturation
So the drone continues stabilization on max thrust.
This commit is contained in:
@@ -32,6 +32,7 @@ void interpretControls();
|
||||
void controlAttitude();
|
||||
void controlRates();
|
||||
void controlTorque();
|
||||
void desaturate(float& a, float& b, float& c, float& d);
|
||||
const char* getModeName();
|
||||
void sendMotors();
|
||||
int getDutyCycle(float value);
|
||||
|
||||
Reference in New Issue
Block a user