flexiv_rdk icon indicating copy to clipboard operation
flexiv_rdk copied to clipboard

[FEATURE] Set arbitrary force control direction

Open acf986 opened this issue 6 months ago • 3 comments

Is your feature request related to a problem? Please describe. Currently the SetForceControlAxis and SetForceControlFrame functions can only set the force control direction aligned with the x/y/z axis of the WORLD or TCP frame. However, some applications, like deburring, usually require the orientation of the TCP to stay largely the same, but changing the force control frame continuously and dynamically. As shown in this video here: https://www.youtube.com/watch?v=8ijD-E7a-EE

Describe the solution you'd like To increase flexibility, we should be able to define the force control frame using an arbitrary rotation matrix (or integrate it as part of the waypoint system, so each waypoint have a desired force control frame). This setting should also be dynamically adjustable during operation, allowing for a force control axis that changes in real time.

acf986 avatar Aug 18 '24 06:08 acf986