frankaemika / libfranka

C++ library for Franka research robots
https://frankaemika.github.io
Apache License 2.0
221 stars 147 forks source link

Add a custom coordinate frame #106

Open thume4zzzz opened 2 years ago

thume4zzzz commented 2 years ago

Hi, I want to fulfill the function of Remote Center of Motion (RCM), and design an impedance controller to control the translation of the virtual point (3DOF) and the translation of the TCP simultaneously. Is it possible to add a virtual frame so that I can directly call ZeroJacobian() or BodyJacobian()? Are there any examples for reference?