Home› DoF Lager Lounge
Discussion
Back to discussions page
Irland_stewart
Posts: 3 Recruit
Using a 2 finger Robotiq between waypoints. |
62 views
|
Answered | |
/ Most recent by Irland_stewart |
2 comments |

I am using a Robotiq AGC-GRP-??? and a FT 300 Force Torque sensor.
My question is, can the Gripper start to "open" or "close"
during waypoint transition, so that it is ready to for its next task before the
beginning of the next waypoint. I have it attached to a UR-10.
Tagged:
There is no included command to do it. But you could have the command in a thread based on a timer. It could also be based on position using the get_actual_tcp_pose() function.
For example, if you create the following in a thread:
It should open the gripper as soon as the elevation is higher than 50mm.
Otherwise, you might want to try the Gripper quick_release skill available on our skill website. It allows to send an open command, but execute the next action as soon as the gripper has open enough to release the part.
You can also uncheck the "complete gripper motion before executing next action" This doesn't allow the command to be executed while moving but you'll be able to move as soon as the command has been sent and the gripper is still opening or closing.
Integration Coach
Thanks David for your reply. The questions posted are very informative and I look forward to other discussions