Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locate the coupling matrix between finger joints and motors values #114

Open
kouroshD opened this issue Apr 8, 2020 · 2 comments
Open

Comments

@kouroshD
Copy link

kouroshD commented Apr 8, 2020

There is a time invariant linear mapping from the motor values to the joint values of the iCub fingers as following:
$$
S_{hand}= A M_{hand}
$$
Where $S_{hand}$ and $M_{hand}$ are the vector of joint values and motor values at each moment, and $A$ is the fixed mapping when there is not any contact.
My questions are:

  • If somewhere in firmware we compute $A$ matrix?
  • If somewhere $A$ matrix has been exposed?

CC @pattacini @traversaro @xEnVrE

@GiulioRomualdi
Copy link
Member

GiulioRomualdi commented Apr 8, 2020

Hi @kouroshD I found this coupling in the configuration file.

See also this one

@kouroshD
Copy link
Author

kouroshD commented Apr 9, 2020

@GiulioRomualdi Thank you for the links, they were interesting. However, as far as I see the values inside the matrices does not coincide with the description of mechanical coupling of the hand according to this paper: A. Schmitz, U. Pattacini, et.al., "Design, Realization and Sensorization of the Dexterous iCub Hand"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants