Public Member Functions | |
def | __init__ |
def | hop |
def | restoreOldPose |
def | setup |
Public Attributes | |
client | |
hopping | |
i | |
old_pose | |
poses |
Move Katana arm around in a given fashion
Definition at line 65 of file calibrate.py.
def calibrate.Dance.__init__ | ( | self | ) |
Definition at line 68 of file calibrate.py.
def calibrate.Dance.hop | ( | self, | |
pose = None , |
|||
noreset = False |
|||
) |
Hop to next stance of the dance pose - JointState, optional. If given, this pose will be taken instead of the next one noreset - Boolean, optional. If True, don't reset the PoseBuffer during movement
Definition at line 83 of file calibrate.py.
def calibrate.Dance.restoreOldPose | ( | self | ) |
This restores the pose of the arm before setup() was called
Definition at line 128 of file calibrate.py.
def calibrate.Dance.setup | ( | self | ) |
Get as safe as possible to the first stance
Definition at line 109 of file calibrate.py.
Definition at line 68 of file calibrate.py.
Definition at line 68 of file calibrate.py.
Definition at line 68 of file calibrate.py.
Definition at line 109 of file calibrate.py.
Definition at line 68 of file calibrate.py.