Skip to content

Commit 324305f

Browse files
committed
Fix comment
1 parent d7ffe6d commit 324305f

File tree

1 file changed

+1
-1
lines changed
  • moveit_ros/moveit_servo/include/moveit_servo/utils

1 file changed

+1
-1
lines changed

moveit_ros/moveit_servo/include/moveit_servo/utils/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ double jointLimitVelocityScalingFactor(const Eigen::VectorXd& velocities,
166166
const moveit::core::JointBoundsVector& joint_bounds, double scaling_override);
167167

168168
/**
169-
* \brief Finds the joint variable indices correspond to joints exceeding allowable position limits.
169+
* \brief Finds the joint variable indices corresponding to joints exceeding allowable position limits.
170170
* @param positions The joint positions.
171171
* @param velocities The current commanded velocities.
172172
* @param joint_bounds The allowable limits for the robot joints.

0 commit comments

Comments
 (0)