Public Member Functions | |
def | __init__ |
def | checkJointsLen |
def | connectNaoQi |
def | executeBodyPoseWithSpeed |
def | executeJointAnglesWithSpeedAction |
def | executeJointStiffnessAction |
def | executeJointTrajectoryAction |
def | handleJointAngles |
def | handleJointStiffness |
def | handleLifeOffSrv |
def | handleLifeSrv |
def | handleRestSrv |
def | handleStiffnessOffSrv |
def | handleStiffnessSrv |
def | handleWakeUpSrv |
def | jointTrajectoryGoalMsgToAL |
Public Attributes | |
bodyPoseWithSpeedServer | |
collectionSize | |
disableLifeSrv | |
disableStiffnessSrv | |
enableLifeSrv | |
enableStiffnessSrv | |
jointAnglesServer | |
jointStiffnessServer | |
jointTrajectoryServer | |
lifeProxy | |
motionProxy | |
poll_rate | |
restSrv | |
robotPostureProxy | |
wakeUpSrv |
Definition at line 54 of file pose_controller.py.
def pose_controller.PoseController.__init__ | ( | self | ) |
Definition at line 55 of file pose_controller.py.
def pose_controller.PoseController.checkJointsLen | ( | self, | |
goal_position | |||
) |
Definition at line 374 of file pose_controller.py.
def pose_controller.PoseController.connectNaoQi | ( | self | ) |
(re-) connect to NaoQI
Definition at line 124 of file pose_controller.py.
def pose_controller.PoseController.executeBodyPoseWithSpeed | ( | self, | |
goal | |||
) |
Definition at line 380 of file pose_controller.py.
def pose_controller.PoseController.executeJointAnglesWithSpeedAction | ( | self, | |
goal | |||
) |
Definition at line 330 of file pose_controller.py.
def pose_controller.PoseController.executeJointStiffnessAction | ( | self, | |
goal | |||
) |
Definition at line 288 of file pose_controller.py.
def pose_controller.PoseController.executeJointTrajectoryAction | ( | self, | |
goal | |||
) |
Definition at line 246 of file pose_controller.py.
def pose_controller.PoseController.handleJointAngles | ( | self, | |
msg | |||
) |
Definition at line 139 of file pose_controller.py.
def pose_controller.PoseController.handleJointStiffness | ( | self, | |
msg | |||
) |
Definition at line 150 of file pose_controller.py.
def pose_controller.PoseController.handleLifeOffSrv | ( | self, | |
req | |||
) |
Definition at line 202 of file pose_controller.py.
def pose_controller.PoseController.handleLifeSrv | ( | self, | |
req | |||
) |
Definition at line 193 of file pose_controller.py.
def pose_controller.PoseController.handleRestSrv | ( | self, | |
req | |||
) |
Definition at line 184 of file pose_controller.py.
def pose_controller.PoseController.handleStiffnessOffSrv | ( | self, | |
req | |||
) |
Definition at line 166 of file pose_controller.py.
def pose_controller.PoseController.handleStiffnessSrv | ( | self, | |
req | |||
) |
Definition at line 157 of file pose_controller.py.
def pose_controller.PoseController.handleWakeUpSrv | ( | self, | |
req | |||
) |
Definition at line 175 of file pose_controller.py.
def pose_controller.PoseController.jointTrajectoryGoalMsgToAL | ( | self, | |
goal | |||
) |
Helper, convert action goal msg to Aldebraran-style arrays for NaoQI
Definition at line 211 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 124 of file pose_controller.py.
Definition at line 124 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.
Definition at line 124 of file pose_controller.py.
Definition at line 55 of file pose_controller.py.