ros2_controllers icon indicating copy to clipboard operation
ros2_controllers copied to clipboard

Add wrench offset for admittance controller

Open firesurfer opened this issue 6 months ago • 6 comments

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.

firesurfer avatar Aug 15 '24 06:08 firesurfer