Link defines a solid and mobile part of the robot.
More...
#include <alrobotmodel.h>
Link defines a solid and mobile part of the robot.
Definition at line 530 of file alrobotmodel.h.
link can be classic links as in Denavit-Hartenberg representation, or of specific kind
| Enumerator |
|---|
| CLASSIC |
|
| WHEEL_OMNI |
|
Definition at line 535 of file alrobotmodel.h.
creates an empty Link, you should not use this.
- Warning
- The Link being empty, every access to this object will throw.
| virtual Sim::Link::~Link |
( |
| ) |
|
|
virtual |
| const std::vector<const Joint*> Sim::Link::childrenJoints |
( |
| ) |
const |
returns the children joints of the link. A link can have 0 or more children links.
| const Frame* Sim::Link::frame |
( |
| ) |
const |
| const std::string& Sim::Link::frictionMaterial |
( |
| ) |
const |
returns the friction material of the Link.
| const MassData* Sim::Link::mass |
( |
| ) |
const |
| const std::string& Sim::Link::name |
( |
| ) |
const |
returns the name of the Link.
| const Joint* Sim::Link::parentJoint |
( |
| ) |
const |
returns the parent joint of the link. Only the root link has no parent joint.
| class LinkImpl* Sim::Link::a_impl |
The documentation for this class was generated from the following file:
- /home/opennao/work/master/agility/alrobotmodel/libalrobotmodel/alrobotmodel/alrobotmodel.h