Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 18, 2024
1 parent 5f17790 commit 7349e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/control_toolbox/rate_limiter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 7349e7d

Please sign in to comment.