Kinematics::JointMap Struct Reference#include <Kinematics.h>
List of all members.
Detailed Description
Allows mapping from tekkotsu output index to chain and link indicies.
Definition at line 303 of file Kinematics.h.
|
Public Member Functions |
| | JointMap () |
| | constructor
|
| | JointMap (unsigned int c, unsigned int l) |
| | constructor
|
Public Attributes |
| unsigned int | chain |
| | the chain index
|
| unsigned int | link |
| | the link index
|
Constructor & Destructor Documentation
| Kinematics::JointMap::JointMap |
( |
|
) |
[inline] |
|
| Kinematics::JointMap::JointMap |
( |
unsigned int |
c, |
|
|
unsigned int |
l |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this struct was generated from the following file:
|