-
Hi everyone, I was testing the actual gripper capabilities by trying to lift a plate using a Franka robotic arm and its gripper, but the behaviour isn't the expected one. Once the gripper closes, it's almost like the weight of the plate forcefully opens the gripper, letting it slide off. Note: I'm not trying to lift from the top as in the provided example in the docs, but from one side. I may have forgot something, but I'm not sure where and why. I hope someone can help, thanks in advance! Here's the actual code:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Maybe you need to give it more force in SInce you don't set dofs of grippers after this code, it should keep grasping, becoming closed when your plate flying away Btw, I met this problem too, the right pos and quat you want to do ik is important too. :) |
Beta Was this translation helpful? Give feedback.
I thought it was the problem of force or position, then I try to add force but it always slided down xD
If you want to add force since you say add force=fly away, you can try this:
ready pose
a bit farther, since i saw a little collision during thisI have one problem,will
surface
work? I haven't noticed it before,is there any friction on it?