kdl_parser and kdl_parser_py provide tools to construct a KDL tree from an XML robot representation in URDF.
Go to file
Shane Loretz 689464a529 Updated README to reflect what's here 2017-05-16 11:58:56 -07:00
kdl_parser Use result of find_package(orocos_kdl) properly (#200) 2017-05-16 07:45:46 -07:00
kdl_parser_py 1.12.9 2017-04-26 07:46:59 -07:00
.travis.yml Add .travis.yml 2015-12-11 11:31:26 -08:00
README.md Updated README to reflect what's here 2017-05-16 11:58:56 -07:00

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