mirror of
https://github.com/okalachev/flix.git
synced 2026-09-06 00:10:58 +00:00
Simplify and improve control code
Add lower bound desaturation. Remove constrain calls as they are performed in motors subsystem.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ void interpretControls();
|
||||
void controlAttitude();
|
||||
void controlRates();
|
||||
void controlTorque();
|
||||
void desaturate(float& a, float& b, float& c, float& d);
|
||||
void desaturate();
|
||||
const char* getModeName();
|
||||
void sendMotors();
|
||||
int getDutyCycle(float value);
|
||||
|
||||
Reference in New Issue
Block a user