Skip to content

How to use the iCubFinger forward kinematics #152

Answered by pattacini
pattacini asked this question in Q&A
Discussion options

You must be logged in to vote

The /icub/left_arm/state:o port streams out only one double accounting for the movements of the two underactuated distal joints of the fingers. Moreover, the angles provided by this port do refer to motors encoders.

However, relying on the measurements acquired from the MAIS boards, we can have access to the two "hidden" encoders of each distal phalanxes.

The MAIS feedback can be profitably used to improve the accuracy of the forward kinematics computation also because they account for joints encoders that do sense what motor encoders cannot (e.g. tendon flexibility). We can thus specialize the snippet above for e.g. the left index as in the following:

yarp::os::Property options2;
options…

Replies: 4 comments

Comment options

pattacini
Oct 28, 2016
Maintainer Author

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

pattacini
Oct 29, 2016
Maintainer Author

You must be logged in to vote
0 replies
Comment options

pattacini
Feb 11, 2017
Maintainer Author

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
2 participants
Converted from issue

This discussion was converted from issue #152 on December 08, 2020 17:12.