Package Summary
The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in either the URDf format or the Collada format.
- Author: Wim Meeussen wim@willowgarage.com
- License: BSD
- Source: hg https://kforge.ros.org/robotmodel/robot_model (branch: robot_model-1.6)
Package Summary
The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in either the URDf format or the Collada format.
- Author: Wim Meeussen wim@willowgarage.com
- License: BSD
- Source: hg https://kforge.ros.org/robotmodel/robot_model (branch: robot_model-1.8)
Package Summary
The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in either the URDf format or the Collada format.
- Maintainer: Ioan Sucan <isucan@willowgarage.com>
- Author: Wim Meeussen <wim@willowgarage.com>
- License: BSD
- Bug / feature tracker: https://github.com/ros/robot_model/issues
- Source: git https://github.com/ros/robot_model.git (branch: groovy-devel)
Package Summary
The Kinematics and Dynamics Library (KDL) defines a tree structure to represent the kinematic and dynamic parameters of a robot mechanism. kdl_parser provides tools to construct a KDL tree from an XML robot representation in URDF.
- Maintainer status: maintained
- Maintainer: Ioan Sucan <isucan@willowgarage.com>
- Author: Wim Meeussen <wim@willowgarage.com>
- License: BSD
- Bug / feature tracker: https://github.com/ros/robot_model/issues
- Source: git https://github.com/ros/robot_model.git (branch: hydro-devel)
Contents
New in Electric: Collada support
What is the KDL parser
If you want to take advantage of the powerful features of the Kinematics and Dynamics Library, the kdl parser provides an easy way to construct a full KDL Tree object. Starting from either a URDF xml description or a Collada xml description of your robot, the kdl parser automatically generates a KDL Tree.
Tutorials
- Start using the KDL parser
This tutorial teached you how to create a KDL Tree from a URDF file