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 3fa7b87abe Strip collada kinetic (#198)
* Deleted collada_parser and collada_urdf

* Add README with deprecation notice

* Add missing backtick
2017-05-04 09:42:04 -07:00
joint_state_publisher 1.12.9 2017-04-26 07:46:59 -07:00
kdl_parser 1.12.9 2017-04-26 07:46:59 -07:00
kdl_parser_py 1.12.9 2017-04-26 07:46:59 -07:00
robot_model 1.12.9 2017-04-26 07:46:59 -07:00
urdf 1.12.9 2017-04-26 07:46:59 -07:00
urdf_parser_plugin 1.12.9 2017-04-26 07:46:59 -07:00
.travis.yml Add .travis.yml 2015-12-11 11:31:26 -08:00
ChangeList.txt update changelist 2013-05-20 15:36:30 +03: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