-
Notifications
You must be signed in to change notification settings - Fork 157
Chain
Pierre Manceron edited this page Jan 6, 2016
·
8 revisions
URDF parsing is done via the class method from_urdf_file
.
There are multiple things to consider to parse a URDF file :
An URDF robot is made of links and joints : each joint represents a motor, and is bound to two links : his parent link and his child link.
Be careful, the links
of IKPy (and of the matlab toolbox) are more related to the URDF joints
!
Given the fact that a chain is linear, and If your robot is not a linear chain, for example an humanoid, then you must specify the elements that constitute your chain inthe URDF file