visual-pushing-grasping icon indicating copy to clipboard operation
visual-pushing-grasping copied to clipboard

In simulating environment,The arm does not perform the grasp

Open zhuozhudd opened this issue 3 years ago • 1 comments

image

what should I do to continue simulation after run main.py , the ur5 does grasp operation?

what's means the error ? image

I'm new to this area. Thanks for your reply!

zhuozhudd avatar Nov 17 '20 03:11 zhuozhudd

Try to change the value of gripper_joint_position for def close_gripper and def open_gripper functions in robot.py such below def close_gripper(self, asynch=False): while gripper_joint_position > -0.045 def open_gripper(self, asynch=False): while gripper_joint_position < 0.03

Marwanon avatar Feb 26 '21 02:02 Marwanon