Kinematic Robot Model. More...
#include <frame.h>
Public Member Functions | |
CKinematicChainContainer () | |
unsigned int | getLength () |
void | loadFromXml (CConfiguration &config, TiXmlElement *kinChainsNode, CFrameContainer &container) |
Loads kinematic structure of robot from <KINEMATICCHAINS> (xml object) | |
void | update () |
Updates denavit hartenberg matrices of all chains. | |
virtual | ~CKinematicChainContainer () |
Public Attributes | |
CKinematicChain * | chain |
Array of kinematic chains. | |
int | length |
Number of kinematic chains. |
Kinematic Robot Model.
The kinematic model of the robot is given by a number of (connected) kinematic chains.
unsigned int robotLibPbD::CKinematicChainContainer::getLength | ( | ) | [inline] |
void robotLibPbD::CKinematicChainContainer::loadFromXml | ( | CConfiguration & | config, |
TiXmlElement * | kinChainsNode, | ||
CFrameContainer & | container | ||
) |
void robotLibPbD::CKinematicChainContainer::update | ( | ) | [inline] |