diff --git a/include/control_toolbox/rate_limiter.hpp b/include/control_toolbox/rate_limiter.hpp index 9208e08a..bbac2fd3 100644 --- a/include/control_toolbox/rate_limiter.hpp +++ b/include/control_toolbox/rate_limiter.hpp @@ -45,7 +45,7 @@ class RateLimiter * * \note * If max_* values are NAN, the respective limit is deactivated - * If min_* values are NAN, defaults to -max if unspecified + * If min_* values are NAN (unspecified), defaults to -max * If min_first_derivative_pos/max_first_derivative_neg values are NAN, symmetric limits are used */ RateLimiter( @@ -110,7 +110,7 @@ class RateLimiter * * \note * If max_* values are NAN, the respective limit is deactivated - * If min_* values are NAN, defaults to -max if unspecified + * If min_* values are NAN (unspecified), defaults to -max * If min_first_derivative_pos/max_first_derivative_neg values are NAN, symmetric limits are used */ void set_params(