-
The task i want to do is let the arm(hand) follow serial of positons (i.e spatial coordinate points), my problem is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 21 replies
-
Hi @jimingda
The root reference frame is attached to the robot's waist and oriented as per https://icub-tech-iit.github.io/documentation/icub_kinematics/icub-forward-kinematics/icub-forward-kinematics.
Sure! You can use the
https://github.com/vvv-school/tutorial_cartesian-interface is a good starting point. |
Beta Was this translation helpful? Give feedback.
Hi @jimingda
The root reference frame is attached to the robot's waist and oriented as per https://icub-tech-iit.github.io/documentation/icub_kinematics/icub-forward-kinematics/icub-forward-kinematics.
Sure! You can use the
ICartesianInterface
, whose documentation is available at https://robotology.github.io/robotology-documentation/doc/html/icub_cartesian_interface.html.