Open purpleyoda1 opened 4 months ago
Hi,
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.
Please let me know how it goes.
Best, Tim
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?