Skip to content

Commit 926b870

Browse files
authored
Update description of limit() function in speed_limiter (#1793)
1 parent 9e89020 commit 926b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff_drive_controller/include/diff_drive_controller/speed_limiter.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class SpeedLimiter
5757
}
5858

5959
/**
60-
* \brief Limit the velocity and acceleration
60+
* \brief Limit the velocity, acceleration, and jerk
6161
* \param [in, out] v Velocity [m/s]
6262
* \param [in] v0 Previous velocity to v [m/s]
6363
* \param [in] v1 Previous velocity to v0 [m/s]

0 commit comments

Comments
 (0)