def open_gripper(self):
"""Send the instruction to the robot to open the gripper."""
goal = Pose()
goal_final = baxterGoal(id=2, pose=goal)
self.left_client.send_goal_and_wait(goal_final)
result = self.left_client.wait_for_result()
return result
评论列表
文章目录