|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransformationProvider
A transformation provider returns a current transformation for a frame. This may be e.g. a robot delivering its transformation from its root frame to its flange or a tool delivering the transformation from its reference point where it is attached to something and its working center. Redundancy parameters may be included.
The Robotics API always assumes the translation part of transformations to be given in [mm].
| Method Summary | |
|---|---|
PoseInformation |
getPoseInformation()
Returns information about the current pose. |
ITransformation |
getTransformation()
Gets the current transformation for the defined frame for which the implementing class is used as transformation provider. |
String |
getUniqueName()
Gets the unique name of the transformation provider. |
boolean |
isStatic()
Returns true if the the transformation for the defined frame
is static. |
| Method Detail |
|---|
boolean isStatic()
true if the the transformation for the defined frame
is static.
true, if the transformation is static, else
false.PoseInformation getPoseInformation()
ITransformation getTransformation()
String getUniqueName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||