-
Notifications
You must be signed in to change notification settings - Fork 118
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
tuning force controller #178
Comments
Can you post your controller's configuration ? Be sure to read the force controller README :
This is a feature of the force controller. @stefanscherzinger Would it be possible to setup a maximum permitted position deviation per axe ? If so, could you point out where we could make this modification ? Lowering the P Gains for the X/Y axis might help lowering the motion in those directions. There might be other causes creating the drift, e.g. drift in your force torque sensor. |
`
Hi @captain-yoshi , I am using the default values for the force controller. Also I am having issues with the cartesian compliance controller: changing the stiffness values of the axes, does not seem to make any difference on the robot (ur10e). It tries to go to commanded position and does not stabilize and stop at obstacles. Any ideas sould be greatly appreciated! Here is the config for the controller (same as default), I have tested stiffness as low as 90 in all directions. `stiffness: # w.r.t. compliance_ref_link coordinates
|
This would require some form of error rejection. The
It the robot doesn't stop, then probably the signals from the force-torque sensor are not connected to the controller. I suggest moving the robot by hand and feel if the robot is responsive. If it isn't, check whether the relevant topics are published and subscribed correctly. ros2 topic list | grep sensor |
Hi! I'm using the cartesian force controller. I've noticed that when sending a traget wrench in purely z (aiming for the robot to move vertically down while keepng perpendicular to the surface), it starts to drift in x and y as well. Can anyone give a hit on which parameters of the controllers could I tune to avoid this ? In my application I am checking the sensor wrench values and commanding the robot to continue to move downwards in z until it comes in contact with the surface (experiences a certain force threshold)? I am using a UR10e robot.
The text was updated successfully, but these errors were encountered: