Skip to content

Controlling 5 DOF Dynamixel arm: YARP vs. ROS #54

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

You must be logged in to vote

Hi again @pauljurczak,

I don't know how steep you might find approaching YARP, and how it compares with ROS in this respect for a newcomer, but YARP allows you to deal with Jacobian math, trajectory control and hardware interface with increasing levels of complexity (yes, I've noticed your original post on SE 😏).

You could think of tackling your "big" problem step by step.
Here we go.

Inverse Kinematics & Trajectory Generation

To address IK problems, we have provided some time ago the iKin library, which is contained within the icub-main repository. iKin enables to solve inverse kinematics of serial link chains with revolute joints by resorting to Ipopt, a nonlinear optimizer that is capa…

Replies: 11 comments

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

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