kinpy icon indicating copy to clipboard operation
kinpy copied to clipboard

Simple kinematics calculation toolkit for robotics

Results 4 kinpy issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use your tool with the Shadow Hand but it seems to compute wrong the transforms when I move the joints. In the initial position where...

Thanks for the wonderful tool. Can I use the DH not the urdf? Or are there any py file to convert the DH model to a simple URDF file? Thanks

enhancement

Currently only [three joint types](https://github.com/neka-nat/kinpy/blob/master/kinpy/urdf.py#L7) are supported. Is there any plan to support more joints according to the ROS docs? http://wiki.ros.org/urdf/XML/joint#Attributes Best, Lukas

enhancement

Thanks for your work! I found problem in build_serial_chain_from_urdf(). Specifically, my urdf is about humanoid, which should have for serial chain(left hand, right hand, left leg, right leg). pelvis_frame ├────...