Variables | |
all_joints_state = hand_commander.get_joints_position() | |
angle_type = args.angle_type | |
anonymous | |
args = parser.parse_args() | |
default | |
hand_commander = SrHandCommander(hand_parameters=hand_parameters, hand_serial=hand_serial[i]) | |
hand_finder = HandFinder() | |
dictionary | hand_joints_state |
hand_parameters = hand_finder.get_hand_parameters() | |
hand_serial = hand_parameters.mapping.keys() | |
help | |
parser | |
prefix = hand_parameters.mapping.values() | |
int | scale = 1 |
sr_print_hand_joints_position.all_joints_state = hand_commander.get_joints_position() |
Definition at line 57 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.angle_type = args.angle_type |
Definition at line 39 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.anonymous |
Definition at line 30 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.args = parser.parse_args() |
Definition at line 37 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.default |
Definition at line 36 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.hand_commander = SrHandCommander(hand_parameters=hand_parameters, hand_serial=hand_serial[i]) |
Definition at line 53 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.hand_finder = HandFinder() |
Definition at line 42 of file sr_print_hand_joints_position.py.
dictionary sr_print_hand_joints_position.hand_joints_state |
Definition at line 59 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.hand_parameters = hand_finder.get_hand_parameters() |
Definition at line 43 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.hand_serial = hand_parameters.mapping.keys() |
Definition at line 46 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.help |
Definition at line 36 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.parser |
Definition at line 32 of file sr_print_hand_joints_position.py.
sr_print_hand_joints_position.prefix = hand_parameters.mapping.values() |
Definition at line 45 of file sr_print_hand_joints_position.py.
int sr_print_hand_joints_position.scale = 1 |
Definition at line 47 of file sr_print_hand_joints_position.py.