mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-31 16:52:10 +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
|
||||
struct pid2 {
|
||||
float u0; // Initial value of r & y - for bumpless transfer
|
||||
float va; // Actuator
|
||||
float va; // Actuator settings for scaling
|
||||
float vb;
|
||||
float kp; // proportional gain
|
||||
float bi; // Integral gain . dT
|
||||
|
Loading…
x
Reference in New Issue
Block a user