Robotiq 3f gripper problem
Hey guys,
I'm using ur10 robot and trying to connect Robotiq 3f gripper. The problem is that the gripper vibrates/shakes too much. I tried adding kp, kd, mu1 and mu2 parameters but still the gripper is shaking. What should I be doing?
I also created a ros_controller of type: position_controllers/JointTrajectoryController
Thanks !
Did you tune the pid parameters of the controller?
Yes, I tried tuning the values, but I was not able to find a good result !
Did you observe a difference in the said gripper behavior? Might that be caused by the suboptimal PID values? It sounds to me like this is the case. Did you have any systematic approach while tuning the PID or just trying randomly? I imagine the shaking might be caused by too big P value or too low D value. You can also try omitting some of the parameters and see how the behavior change (making PI controller for example). Also see the limits for force you defined for the joints.
I tried dynamically re-configuring the PID values, not systematic though. It was not a successful approach.
Have you tried with no PID values? For our 3-Finger grippers, Gazebo 7.0.0 with position_controllers does something reasonable with no gains set, although it complains a lot:
Hey, sorry for the late response, Yeah, even that also did not work out.