We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35300a commit c0faef1Copy full SHA for c0faef1
include/control_toolbox/rate_limiter.hpp
@@ -66,7 +66,7 @@ class RateLimiter
66
T max_second_derivative = std::numeric_limits<T>::quiet_NaN());
67
68
/**
69
- * \brief Limit the value and first_derivative
+ * \brief Limit the value, first_derivative, and second_derivative
70
* \param [in, out] v value, e.g. [m/s]
71
* \param [in] v0 Previous value to v , e.g. [m/s]
72
* \param [in] v1 Previous value to v0, e.g. [m/s]
0 commit comments