Closed eholum closed 7 months ago
Hi @eholum,
You should be able to get the tool wrench values through the Kortex API high level control. You should however precede your getter calls by a call to the RefreshFeedBack() function of Kortex BaseCyclic client, as done in our example here. Could you share a snippet of your code so that I can analyse if there is an error?
A part from the feedback of each actuator, there is nothing else.
Best, Santiago
Thanks for the response, @smoya23! We ended up using an external, wrist-mounted FTS and kind of put the internal calculation on hold. I think we can drop this.
We would like to get started using force-feedback for control of the gen3 arms, but require access to tool force/torque measurements from the Kortex API.
It looks like the API provides this information in the
tool_external_wrench_*
objects in the feedback message. However, just testing adding those values to the drivers read() function does not seem to update the measured values.Given the conversation in https://github.com/Kinovarobotics/kortex/issues/52, it sounds like the wrench measurements are not available in low level control mode. However, even when switching the high level mode (and using the built in twist controller) we do not seem to get any information out of the API.
I have two questions,
1) Is it possible to expose these values through the Kortex API? 2) Are there any other built in functions we could use to compute the wrench or should we look into doing it on the fly with the KDL?