pykdl urdf to kdl tree
Submitted by praman2s on Fri, 2013-03-01 14:06 |
Dear All,
Is there any way that I can convert urdf to kdl tree using pykdl ?
On searching I could find http://ros.org/wiki/pykdl_utils but it expects module named Tree in pykdl which seems to missing ?
The code has :
import PyKDL as kdl
tree = kdl.Tree(root) <--
Do I have to apply some patch or am I am doing something wrong ?
Best Regards
Praveen