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 0e0054b54a Deleted code that was not moved to this repo 2017-05-16 11:55:37 -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 Strip collada kinetic (#198) 2017-05-04 09:42:04 -07:00

README.md

Robot Model

robot_model contains packages for modeling various aspects of robot information, specified in the Xml Robot Description Format (URDF).
The core package of this stack is urdf, which parses URDF files, and constructs an object model (C++) of the robot.

Deprecation

This repository and the robot_model metapackage are deprecated.
The other packages will continue to be maintained, but are being moved to new repositories.
More information is available at ros/robot_model#195.

Moved Repos