-
Notifications
You must be signed in to change notification settings - Fork 87
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
Controlling a Robotiq gripper #20
Comments
Hi @RaduCorcodel , Since the version 2.0 has just been released, can you try either the low-level gripper control example or the high-level gripper control example? The latter may be more useful to you since you use the SendGripperCommand function in your own code. Note that this code is not ROS based and uses the Kortex Python API (ROS uses the C++ API in the driver). Since this is ROS code, I also invite you to look at the ros_kortex 2.0 release and the full_arm_movement example, which controls the gripper in position. Best, |
Thank you. I pulled the new release and will try that. So far I have upgraded the firmware on the robot but the vision module fails to update. I know it's an unrelated topic so I won't go into details here. I submitted a ticket and hopefully will get sorted out soon. |
Hi @RaduCorcodel , I invite you to take a look at #22 for the vision module problem. Best, |
Hi @RaduCorcodel |
Hi @alexvannobel, so sorry for the late reply. Yes, it is all sorted out since the 2.0 release. Thank you for the help. Closing |
I'm trying to get the Robotic gripper to open and close in position mode. Here is the code I am using:
Though I set the gripper mode to 3 (per documentation) the gripper either fully closes if I give it any negative value, and fully opens when I give it any positive value. This also contradicts the documentation where it says that in position mode, admissible values for each finger is between 0 and 1.0, where 0 is closed and 1.0 is fully open.
Any ideas? Maybe the code I'm using has a bug?
Thanks.
The text was updated successfully, but these errors were encountered: