Variables | |
| anonymous | |
| arm_commander = SrArmCommander(name="right_arm") | |
| dictionary | arm_hand_home_joints_goal |
| dictionary | arm_home_joints_goal |
| arm_to_home_plan = arm_commander.plan_to_joint_value_target(arm_home_joints_goal) | |
| arm_to_home_plan_quality = arm_commander.evaluate_given_plan(arm_to_home_plan) | |
| eval_arm_home_plan_quality = arm_commander.evaluate_plan_quality(arm_to_home_plan_quality) | |
| dictionary | hand_arm_joints_goal_1 |
| dictionary | hand_arm_joints_goal_2 |
| hand_commander = SrHandCommander(name="right_hand") | |
| robot_commander = SrRobotCommander(name="right_arm_and_hand") | |
| sr_right_hand_arm_joint_pos.anonymous |
Definition at line 41 of file sr_right_hand_arm_joint_pos.py.
| sr_right_hand_arm_joint_pos.arm_commander = SrArmCommander(name="right_arm") |
Definition at line 47 of file sr_right_hand_arm_joint_pos.py.
| dictionary sr_right_hand_arm_joint_pos.arm_hand_home_joints_goal |
Definition at line 57 of file sr_right_hand_arm_joint_pos.py.
| dictionary sr_right_hand_arm_joint_pos.arm_home_joints_goal |
Definition at line 53 of file sr_right_hand_arm_joint_pos.py.
| sr_right_hand_arm_joint_pos.arm_to_home_plan = arm_commander.plan_to_joint_value_target(arm_home_joints_goal) |
Definition at line 90 of file sr_right_hand_arm_joint_pos.py.
| sr_right_hand_arm_joint_pos.arm_to_home_plan_quality = arm_commander.evaluate_given_plan(arm_to_home_plan) |
Definition at line 91 of file sr_right_hand_arm_joint_pos.py.
| sr_right_hand_arm_joint_pos.eval_arm_home_plan_quality = arm_commander.evaluate_plan_quality(arm_to_home_plan_quality) |
Definition at line 92 of file sr_right_hand_arm_joint_pos.py.
| dictionary sr_right_hand_arm_joint_pos.hand_arm_joints_goal_1 |
Definition at line 67 of file sr_right_hand_arm_joint_pos.py.
| dictionary sr_right_hand_arm_joint_pos.hand_arm_joints_goal_2 |
Definition at line 76 of file sr_right_hand_arm_joint_pos.py.
| sr_right_hand_arm_joint_pos.hand_commander = SrHandCommander(name="right_hand") |
Definition at line 46 of file sr_right_hand_arm_joint_pos.py.
| sr_right_hand_arm_joint_pos.robot_commander = SrRobotCommander(name="right_arm_and_hand") |
Definition at line 49 of file sr_right_hand_arm_joint_pos.py.