KDL integration into urdf_python planned (or ongoing)?
I just discovered that the package urdf_python existed, and I was really excited when I saw it could parse URDF files because I was assuming it would ouput a KDL chain. It turns out that it doesn't, so I'm wondering if there is any ongoing effort to extend it to include that functionality.
Otherwise I might try to do it myself, but I would rather not invest my time on that if someone else is already working on it.
If there isn't, which would you suggest is the fastest approach to be able to generate PyKDL chains from a urdf model?
- To extend urdf_python package, specifically the URDF class in urdf.py, to support PyKDL
- To find a way to get the chain generated by kdl_parser in C++ to PyKDL
In case you think the second is easier, any help would be appreciated, since I'm almost clueless about where to begin.