Jacobian support #330
Unanswered
zxhuang97
asked this question in
Software Q&A
Replies: 2 comments 1 reply
-
Yes, it's not easy yet. We did think of adding it but haven't figure out how best to implement it. What use case do you have in mind for using Jacobian? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@balakumar-s So none of the internal algorithms in Curobo use Jacobian? I thought it was calculated internally in curobo at some level, and it is just a matter of exposing it. There is a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thank you for creating this wonderful library.
I noticed that calculate_jacobian is currently disabled for the forward kinematics. Is there a timeline for when this feature will be available? I imagine the Jacobian is computed and used in IK, so it might just need to be exposed to the Python side. Am I understanding this correctly?
Thanks!
------------------------------- Update ----------------------------
Based on #150, I guess it's not as easy as I thought.
Beta Was this translation helpful? Give feedback.
All reactions