We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e6484 commit e74ec11Copy full SHA for e74ec11
1 file changed
control_toolbox/include/control_toolbox/pid.hpp
@@ -352,7 +352,7 @@ class Pid
352
'conditional_integration', or 'none'. Note that the 'back_calculation' strategy use the
353
tracking_time_constant parameter to tune the anti-windup behavior.
354
*
355
- * \throws An std::invalid_argument exception is thrown if u_min > 0 or u_max < 0.
+ * \throws An std::invalid_argument exception is thrown if u_min >= u_max.
356
*/
357
Pid(
358
double p = 0.0, double i = 0.0, double d = 0.0,
0 commit comments