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

open_gripper() closes after open #98

Open
pkoprov opened this issue May 19, 2021 · 1 comment
Open

open_gripper() closes after open #98

pkoprov opened this issue May 19, 2021 · 1 comment

Comments

@pkoprov
Copy link

pkoprov commented May 19, 2021

When using function open_gripper() the gripper opens, but then closes and reopens slowly. How to turn off this feature?

@HonghaoLYU
Copy link

For me, I checked the Robotiq_Two_Finger_Gripper class, I found that when you run the open_gripper/gripper_action function, always Initialization will be done first then the other URscripts like the position setting will be run, so I commented the following codes in urx/robotiq_two_finger_gripper.py, and it worked for me:
# Initialize the gripper
urscript._set_robot_activate()
urscript._set_gripper_activate()
then everything went well.

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