Skip to content

Is solving IK for multiple end-effectors supported? e.g. with a multi-finger hand? #81

Closed Answered by balakumar-s
zhouxian asked this question in Software Q&A
Discussion options

You must be logged in to vote

Yes, it's supported in the latest release. You need to add the additional links to track as link_names:[link_name, link_name_2] in your robot configuration file. Check this file for an example: https://github.com/NVlabs/curobo/blob/main/src/curobo/content/configs/robot/iiwa_allegro.yml

Once you set the link names, you can set the targets for these frames by send them as a list of Pose for this argument:

link_poses: Optional[Dict[str, Pose]] = None,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by balakumar-s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants