Phylliade / ikpy

An Inverse Kinematics library aiming performance and modularity
http://phylliade.github.io/ikpy
Apache License 2.0
695 stars 152 forks source link

URDF files when imported, Import the joints as the links #57

Closed PMARC14 closed 4 years ago

PMARC14 commented 5 years ago

When loading a URDF file to make a chain, the joints are loaded as URDF links rather than the actual links.

Phylliade commented 5 years ago

That's indeed a difference in nmaings between ikpy and URDF:

Phylliade commented 5 years ago

This will be tackled in a future release. For the moment, this is documented here:

https://github.com/Phylliade/ikpy/blob/master/src/ikpy/chain.py#L159-L160

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.