mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
LP-289 Small change to comment
This commit is contained in:
parent
a19bd40259
commit
143b5e7ab6
@ -49,7 +49,7 @@ struct pid {
|
|||||||
// pid2 structure for a PID+setpoint weighting, anti-windup and filtered derivative control
|
// pid2 structure for a PID+setpoint weighting, anti-windup and filtered derivative control
|
||||||
struct pid2 {
|
struct pid2 {
|
||||||
float u0; // Initial value of r & y - for bumpless transfer
|
float u0; // Initial value of r & y - for bumpless transfer
|
||||||
float va; // Actuator
|
float va; // Actuator settings for scaling
|
||||||
float vb;
|
float vb;
|
||||||
float kp; // proportional gain
|
float kp; // proportional gain
|
||||||
float bi; // Integral gain . dT
|
float bi; // Integral gain . dT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user