ros2_controllers
ros2_controllers copied to clipboard
Add wrench offset for admittance controller
This PR adds an additional WrenchStamped subscriber to the AdmittanceController in order to allow specifying a Wrench offset.
The basic idea behind this PR is to simply add the offset to the measured force values which has the controller to produce an offset into the desired direction. I tested it on an UR16e where it seems to work quite well.
Is this a desired feature? What do you think of it? Perhaps there are better ways to implement this feature in this controller.