kdl_parser and kdl_parser_py provide tools to construct a KDL tree from an XML robot representation in URDF.
* Switch to package.xml format 2. Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org> * Make rostest into a test_depend. Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org> * Make roscpp a test_depend. It is never used in the primary package. Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org> * Add a bunch more build_export_depend. Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org> * Fix up the CMake dependencies. roscpp is only required by the tests now. Signed-off-by: Chris Lalancette <clalancette@osrfoundation.org> * orocos_kdl <depend> * urdf <depend> * export some deps * Remove redundant dep |
||
---|---|---|
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