kinpy
kinpy copied to clipboard
Simple kinematics calculation toolkit for robotics
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
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
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 ├────...