Functions | |
def | construct_trajectory_point (posture, duration) |
Variables | |
anonymous | |
dictionary | grasp_partial_1 = {'rh_FFJ3': 0.50} |
grasp_pose = dict(zip(keys, position)) | |
grasp_pose_current = dict([(i, grasp_pose[i]) for i in joints if i in grasp_pose]) | |
hand_commander | |
hand_finder = HandFinder() | |
hand_mapping = hand_parameters.mapping[hand_serial] | |
hand_parameters = hand_finder.get_hand_parameters() | |
hand_serial = hand_parameters.mapping.keys()[0] | |
joint_names | |
joint_trajectory = JointTrajectory() | |
joints = hand_finder.get_hand_joints()[hand_mapping] | |
list | keys |
dictionary | open_hand |
open_hand_current = dict([(i, open_hand[i]) for i in joints if i in open_hand]) | |
points | |
list | position |
stamp | |
start_time = rospy.Time.now() | |
trajectory_point = construct_trajectory_point(grasp_partial_1, 1.0) | |
float | trajectory_start_time = 2.0 |
def sr_right_hand_partial_traj_grasp.construct_trajectory_point | ( | posture, | |
duration | |||
) |
Definition at line 30 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.anonymous |
Definition at line 26 of file sr_right_hand_partial_traj_grasp.py.
dictionary sr_right_hand_partial_traj_grasp.grasp_partial_1 = {'rh_FFJ3': 0.50} |
Definition at line 74 of file sr_right_hand_partial_traj_grasp.py.
Definition at line 67 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.grasp_pose_current = dict([(i, grasp_pose[i]) for i in joints if i in grasp_pose]) |
Definition at line 71 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.hand_commander |
Definition at line 42 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.hand_finder = HandFinder() |
Definition at line 37 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.hand_mapping = hand_parameters.mapping[hand_serial] |
Definition at line 45 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.hand_parameters = hand_finder.get_hand_parameters() |
Definition at line 39 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.hand_serial = hand_parameters.mapping.keys()[0] |
Definition at line 40 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.joint_names |
Definition at line 91 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.joint_trajectory = JointTrajectory() |
Definition at line 87 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.joints = hand_finder.get_hand_joints()[hand_mapping] |
Definition at line 48 of file sr_right_hand_partial_traj_grasp.py.
list sr_right_hand_partial_traj_grasp.keys |
Definition at line 57 of file sr_right_hand_partial_traj_grasp.py.
dictionary sr_right_hand_partial_traj_grasp.open_hand |
Definition at line 50 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.open_hand_current = dict([(i, open_hand[i]) for i in joints if i in open_hand]) |
Definition at line 70 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.points |
Definition at line 92 of file sr_right_hand_partial_traj_grasp.py.
list sr_right_hand_partial_traj_grasp.position |
Definition at line 62 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.stamp |
Definition at line 90 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.start_time = rospy.Time.now() |
Definition at line 76 of file sr_right_hand_partial_traj_grasp.py.
sr_right_hand_partial_traj_grasp.trajectory_point = construct_trajectory_point(grasp_partial_1, 1.0) |
Definition at line 93 of file sr_right_hand_partial_traj_grasp.py.
float sr_right_hand_partial_traj_grasp.trajectory_start_time = 2.0 |
Definition at line 86 of file sr_right_hand_partial_traj_grasp.py.