File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,20 @@ pid_controller:
63
63
antiwindup : {
64
64
type : bool,
65
65
default_value : false,
66
- description : " Antiwindup functionality."
66
+ description : " Antiwindup functionality. When set to true, limits
67
+ the integral error to prevent windup; otherwise, constrains the
68
+ integral contribution to the control output. i_clamp_max and
69
+ i_clamp_min are applied in both scenarios."
67
70
}
68
71
i_clamp_max : {
69
72
type : double,
70
73
default_value : 0.0,
71
- description : " Upper integral clamp. Only used if antiwindup is activated. "
74
+ description : " Upper integral clamp."
72
75
}
73
76
i_clamp_min : {
74
77
type : double,
75
78
default_value : 0.0,
76
- description : " Lower integral clamp. Only used if antiwindup is activated. "
79
+ description : " Lower integral clamp."
77
80
}
78
81
feedforward_gain : {
79
82
type : double,
You can’t perform that action at this time.
0 commit comments