Skip to content

Commit

Permalink
Improve documentation for setJointPositions() (moveit#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgargdroid authored and v4hn committed Mar 31, 2020
1 parent e72f957 commit 02b0173
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,9 @@ class RobotState

/** @} */

/** \name Getting and setting joint positions, velocities, accelerations and effort
/** \name Getting and setting joint positions, velocities, accelerations and effort for a single joint
* The joint might be multi-DOF, i.e. require more than one variable to set.
* See setVariablePositions(), setVariableVelocities(), setVariableEffort() to handle multiple joints.
* @{
*/
void setJointPositions(const std::string& joint_name, const double* position)
Expand Down

0 comments on commit 02b0173

Please sign in to comment.