Skip to content

Commit dd17787

Browse files
committed
added explanation for parameter
1 parent 5643877 commit dd17787

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/prpy/util.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ def ComputeJointVelocityFromTwist(robot, twist,
488488
defaults to quadraticObjective
489489
@params dq_init optional initial guess for optimal joint velocity
490490
defaults to robot.GetActiveDOFVelocities()
491+
@params joint_limit_tolerance if less then this distance to joint
492+
limit, velocity is bounded in that direction to 0
491493
@return dq_opt optimal joint velocity
492494
@return twist_opt actual achieved twist
493495
can be different from desired twist due to constraints

0 commit comments

Comments
 (0)