Skip to content

Commit e74ec11

Browse files
Fix docstring
1 parent c8e6484 commit e74ec11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • control_toolbox/include/control_toolbox

control_toolbox/include/control_toolbox/pid.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class Pid
352352
'conditional_integration', or 'none'. Note that the 'back_calculation' strategy use the
353353
tracking_time_constant parameter to tune the anti-windup behavior.
354354
*
355-
* \throws An std::invalid_argument exception is thrown if u_min > 0 or u_max < 0.
355+
* \throws An std::invalid_argument exception is thrown if u_min >= u_max.
356356
*/
357357
Pid(
358358
double p = 0.0, double i = 0.0, double d = 0.0,

0 commit comments

Comments
 (0)