Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In simulating environment,The arm does not perform the grasp #66

Open
zhuozhudd opened this issue Nov 17, 2020 · 1 comment
Open

In simulating environment,The arm does not perform the grasp #66

zhuozhudd opened this issue Nov 17, 2020 · 1 comment

Comments

@zhuozhudd
Copy link

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!

@Marwanon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants