urdf::Link Class Reference
#include <link.h>
List of all members.
Detailed Description
Definition at line 187 of file link.h.
Constructor & Destructor Documentation
urdf::Link::Link |
( |
|
) |
[inline] |
Member Function Documentation
void urdf::Link::addChild |
( |
boost::shared_ptr< Link > |
child |
) |
|
void urdf::Link::addChildJoint |
( |
boost::shared_ptr< Joint > |
child |
) |
|
void urdf::Link::clear |
( |
|
) |
[inline] |
boost::shared_ptr<Link> urdf::Link::getParent |
( |
|
) |
const [inline] |
bool urdf::Link::initXml |
( |
TiXmlElement * |
config |
) |
|
void urdf::Link::setParent |
( |
boost::shared_ptr< Link > |
parent |
) |
|
void urdf::Link::setParentJoint |
( |
boost::shared_ptr< Joint > |
child |
) |
|
Member Data Documentation
collision element
Definition at line 201 of file link.h.
inertial element
Definition at line 195 of file link.h.
Parent Joint element explicitly stating "parent" because we want directional-ness for tree structure every link can have one parent
Definition at line 206 of file link.h.
visual element
Definition at line 198 of file link.h.
The documentation for this class was generated from the following files: