Skip to content

Commit c0faef1

Browse files
authored
Update description of limit() function in rate_limiter (#425) (#428)
1 parent e35300a commit c0faef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/control_toolbox/rate_limiter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class RateLimiter
6666
T max_second_derivative = std::numeric_limits<T>::quiet_NaN());
6767

6868
/**
69-
* \brief Limit the value and first_derivative
69+
* \brief Limit the value, first_derivative, and second_derivative
7070
* \param [in, out] v value, e.g. [m/s]
7171
* \param [in] v0 Previous value to v , e.g. [m/s]
7272
* \param [in] v1 Previous value to v0, e.g. [m/s]

0 commit comments

Comments
 (0)