Public Member Functions | |
def | __init__ |
def | create_hand_publishers |
def | publish_pose |
def | run |
Public Attributes | |
hand_publishers | |
sleep_time | |
Static Public Attributes | |
string | controller_type = "_position_controller" |
Definition at line 33 of file sexy_example_latching.py.
Definition at line 38 of file sexy_example_latching.py.
Creates a dictionary of publishers to send the targets to the controllers on /sh_??j?_mixed_position_velocity_controller/command or /sh_??j?_position_controller/command
Definition at line 102 of file sexy_example_latching.py.
def sexy_example_latching.SexyExampleLatching.publish_pose | ( | self, | |
pose | |||
) |
Publish a given pose.
Definition at line 95 of file sexy_example_latching.py.
def sexy_example_latching.SexyExampleLatching.run | ( | self | ) |
Runs the hand through different predefined position in a given order.
Definition at line 44 of file sexy_example_latching.py.
string sexy_example_latching.SexyExampleLatching::controller_type = "_position_controller" [static] |
Definition at line 36 of file sexy_example_latching.py.
Definition at line 38 of file sexy_example_latching.py.
Definition at line 38 of file sexy_example_latching.py.