Closed shaido987 closed 8 months ago
Hey,
To be honest, I have not really touched this code at all, so I don't know how it works. However, why don't you use CartesianMotion
and set the impedance with Robot.set_cartesian_impedance
? This will use the Frankas internal impedance controller, which I have found to work quite well.
Best, Tim
Thanks for the answer! We will try out your suggestion next time we have access to the Franka robot.
Okay, let me know if you have any other issues!
Hello,
We have been trying to use franky with impedance control using
CartesianImpedenceMotion
but haven't gotten it to work. There is no error when running the code. Below is the code we tried. Any idea what is wrong (maybe we are setting thetranslational_stiffness
correctly)?