#include <robLink.h>
Inheritance diagram for robLink:


The class is derived from robBody to store the dynamics parameters of the body and the link's position and orientation. The link is also derived from robDH to determine the link's position and orientation from joint values
Definition at line 35 of file robLink.h.
| robLink::Errno robLink::ReadLink | ( | std::istream & | is | ) |
First read the DH parameters and then the body's parameters.
At the end of the day, the parameters must be in the following order DH convention (string): modified or standard
(1 double): DH parameter
(1 double): DH parameter
(1 double): DH parameter
(1 double): DH parameter joint type (string): revolute/hinge or prismatic/slider joint mode (string): active or passive joint offset position (1 double): value added to each joint value joint minimum position (1 double): lower joint limit joint maximum position (1 double): upper joint limit joint maximum force/torque (1 double): absolute force/torque limit mass (1 double): The mass of the body center of mass (3 double):
principal moment of inertia (3 double):
body principal axis (9 double):