kdl_parser and kdl_parser_py provide tools to construct a KDL tree from an XML robot representation in URDF.
* Used keys for Orocos * Removed python3-pykdl build_export_depend Signed-off-by: ahcorde <ahcorde@gmail.com> * Ignore kdl_parser_py until python3-pykdl is fixed Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> Co-authored-by: Shane Loretz <sloretz@osrfoundation.org> |
||
---|---|---|
kdl_parser | ||
kdl_parser_py | ||
README.md |
README.md
KDL Parser
This contains packages for converting from URDF to a representation in KDL.
See the ROS wiki for API documentation and tutorials.
This was originally part of the ros/robot_model
repository.
It has been moved to this repo as described by ros/robot_model#195