forked from ros/kdl_parser
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README to reflect what's here
- Loading branch information
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
# Robot Model | ||
# KDL Parser | ||
|
||
`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. | ||
This contains packages for converting from URDF to a representation in KDL. | ||
See the ROS wiki for API documentation and tutorials. | ||
|
||
## 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`](https://github.com/ros/robot_model/issues/195). | ||
* [kdl_parser](http://wiki.ros.org/kdl_parser) | ||
* [kdl_parser_py](http://wiki.ros.org/kdl_parser_py) | ||
|
||
**Moved Repos** | ||
This was originally part of the ros/robot_model repository. | ||
It has been moved to this repo as described by ros/robot_model#195 | ||
|
||
* `collada_urdf` and `collada_parser` | ||
* [`ros/collada_urdf`](https://github.com/ros/collada_urdf) |