You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I'm experiencing an issue with the set_cartesian_impedance function while working with an Emika Panda robot. The function doesn't seem to be changing the robot's stiffness at all, regardless of the input values. It remains as stiff as ever. The set_joint_impedance however works as expected.
I am not sure I understand your code correctly. Do you just want the robot to use impedance control to hold its current position? It might be that the impedance parameters only have an effect while the robot is in control (that is, executing a motion).
What you could try is executing an asynchronous waypoint motion, where you set the minimum_time parameter of the waypoint to ensure that the motion keeps going (though I have never tested this parameter).
Another option could be the ExponentialImpedanceMotion class, which I have also never tested.
Thank you! Yes i just wanted it to hold the position while i physically checked for changes in the impedance by trying to move the robot. Will test the functions you suggested and come back to you
Hi!
I'm experiencing an issue with the
set_cartesian_impedance
function while working with an Emika Panda robot. The function doesn't seem to be changing the robot's stiffness at all, regardless of the input values. It remains as stiff as ever. The set_joint_impedance however works as expected.Any thoughts about what is wrong? Or what i can do to try to identify/fix the issue?
The text was updated successfully, but these errors were encountered: