40     _MSG_ERR_NOTIMPLEMENTED = 
'The method is not implemented in the derived class'    42     def __init__(self, robot_client, default_task_duration=7.0):
    44         @type robot_client: hironx_ros_bridge.ros_client.ROS_Client or    45                             hrpsys.hrpsys_config.HrpsysConfigurator    56                   msg_tasktitle=
None, task_duration=7.0, do_wait=
True):
    58         Move by passing joint angles of an arm.    60         @type joint_group: str    61         @type joint_angles: [double]    62         @type msg_tasktitle: str    63         @type task_duration: double    68     def set_pose(self, joint_group, pose, rpy, msg_tasktitle=None,
    69                  task_duration=7.0, do_wait=
True, ref_frame_name=
None):
    72         @param rpy: In radian.    78                         self, joint_group, dx=0, dy=0, dz=0, dr=0, dp=0, dw=0,
    79                         msg_tasktitle=
None, task_duration=7.0, do_wait=
True):
 def set_pose_relative(self, joint_group, dx=0, dy=0, dz=0, dr=0, dp=0, dw=0, msg_tasktitle=None, task_duration=7.0, do_wait=True)
def set_pose(self, joint_group, pose, rpy, msg_tasktitle=None, task_duration=7.0, do_wait=True, ref_frame_name=None)
def go_initpos(self, default_task_duration=7.0)
def __init__(self, robot_client, default_task_duration=7.0)
string _MSG_ERR_NOTIMPLEMENTED
def set_joint_angles(self, joint_group, joint_angles, msg_tasktitle=None, task_duration=7.0, do_wait=True)