Skip to content

Commit

Permalink
[python] Clarify arguments for setTargetPoseRelative
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac IY Saito committed Sep 25, 2015
1 parent da3d5c0 commit fc9913b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/hrpsys_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,8 +1341,8 @@ def setTargetPoseRelative(self, gname, eename, dx=0, dy=0, dz=0,
\verbatim
robot.setTargetPoseRelative('rarm', 'RARM_JOINT5', dx=0.0001, tm=0.1)
\endverbatim
@param gname str: Name of the joint group.
@param eename str: Name of the link.
@param gname str: Name of the joint group that is to be manipulated.
@param eename str: Name of the joint that the manipulated joint group references to.
@param dx float: In meter.
@param dy float: In meter.
@param dz float: In meter.
Expand Down

0 comments on commit fc9913b

Please sign in to comment.