kdl_parser and kdl_parser_py provide tools to construct a KDL tree from an XML robot representation in URDF.
* Remove the declaration of a library from kdl_parser_py. It does not install a library, so it shouldn't declare it here. Also fix up the dependencies to be more correct, since it really requires urdfdom_py, not urdf. It also needs a <build_depend> on urdfdom_py now. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> * Remove COMPONENT udfdom_py. Signed-off-by: Chris Lalancette <clalancette@openrobotics.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