Skip to content

robot Jacobian from left-eye to right-hand using iKin #38

Answered by alecive
vicentepedro asked this question in Q&A
Discussion options

You must be logged in to vote

@vicentepedro I also already implemented a library that takes into account this problem as well. It is an extension of iKin, and it is available here -> https://github.com/alecive/periPersonalSpace

You would be the first "external" user, so it is not that documented, but in short you would have to do the following :

  • Allocate the first part of the chain (from the eye to the neck base) as an inverted link (i.e. a iKinInvertedLink)
  • Compute a fixed rototranslation matrix from the base of the neck to the base of the shoulder (easily computable from the chains already available) and add that as an iKinFixedRTLink
  • Add the remaining part of the chain, i.e. the arm (and eventually the fingers), a…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #38 on December 08, 2020 16:06.