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) | |
| list | example_goal_1 = [0.9, 0.16, 0.95, -0.99, 8.27, -0.0, 1.4] |
| list | example_goal_2 = [0.7, 0.16, 0.95, -0.99, 8.27, -0.0, 1.4] |
| robot_commander = SrRobotCommander(name="right_arm_and_hand") | |
| wait | |
| sr_right_hand_arm_ef_pos.anonymous |
Definition at line 42 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.arm_commander = SrArmCommander(name="right_arm") |
Definition at line 47 of file sr_right_hand_arm_ef_pos.py.
| dictionary sr_right_hand_arm_ef_pos.arm_hand_home_joints_goal |
Definition at line 58 of file sr_right_hand_arm_ef_pos.py.
| dictionary sr_right_hand_arm_ef_pos.arm_home_joints_goal |
Definition at line 54 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.arm_to_home_plan = arm_commander.plan_to_joint_value_target(arm_home_joints_goal) |
Definition at line 76 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.arm_to_home_plan_quality = arm_commander.evaluate_given_plan(arm_to_home_plan) |
Definition at line 77 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.eval_arm_home_plan_quality = arm_commander.evaluate_plan_quality(arm_to_home_plan_quality) |
Definition at line 78 of file sr_right_hand_arm_ef_pos.py.
| list sr_right_hand_arm_ef_pos.example_goal_1 = [0.9, 0.16, 0.95, -0.99, 8.27, -0.0, 1.4] |
Definition at line 68 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.example_goal_2 = [0.7, 0.16, 0.95, -0.99, 8.27, -0.0, 1.4] |
Definition at line 70 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.robot_commander = SrRobotCommander(name="right_arm_and_hand") |
Definition at line 49 of file sr_right_hand_arm_ef_pos.py.
| sr_right_hand_arm_ef_pos.wait |
Definition at line 106 of file sr_right_hand_arm_ef_pos.py.