Skip to content

Commit 927e6a5

Browse files
Update control_toolbox/include/control_toolbox/pid.hpp
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
1 parent 0aa9e1f commit 927e6a5

File tree

1 file changed

+1
-1
lines changed
  • control_toolbox/include/control_toolbox

1 file changed

+1
-1
lines changed

control_toolbox/include/control_toolbox/pid.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ class Pid
390390
tracking_time_constant parameter to tune the anti-windup behavior.
391391
* \return True if all parameters are successfully set, False otherwise.
392392
*
393-
* \note New gains are not applied if i_min_ > i_max_ or u_min_ > u_max_.
393+
* \note New gains are not applied if antiwindup_strat.i_min > antiwindup_strat.i_max or u_min > u_max.
394394
*/
395395
bool initialize(
396396
double p, double i, double d, double u_max, double u_min,

0 commit comments

Comments
 (0)