Skip to content

Commit 0a158d4

Browse files
Rephrase docstring
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2e65a74 commit 0a158d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

joint_limits/include/joint_limits/joint_limiter_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class JointLimiterInterface
257257
* Implementation-specific configuration of limiter's internal states and libraries.
258258
*
259259
* @param[in] current_joint_states current joint states a robot is in.
260-
* @return true if initialization was successful, otherwise false.
260+
* @return true if configuration was successful, otherwise false.
261261
*/
262262
virtual bool on_configure(const JointLimitsStateDataType & current_joint_states) = 0;
263263

0 commit comments

Comments
 (0)