|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.mapping.ForceMappingInformation
public final class ForceMappingInformation
Helper class that provides information about force and variance DFEs in a SPR.
| Constructor Summary | |
|---|---|
ForceMappingInformation(int id,
SPR spr,
Robot robot,
RobotObserver observer)
Initializes the helper class. |
|
| Method Summary | |
|---|---|
void |
addTwistWrenchTrafo(AbstractFrame measureFrame,
AbstractFrame orientationFrame)
Adds the TwistWrenchTrafo module to the SPR. |
OutPort |
getForcePort()
Returns the force DFE. |
OutPort |
getVariancePort()
Returns the variance DFE. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ForceMappingInformation(int id,
SPR spr,
Robot robot,
RobotObserver observer)
id - an ID that will be appended to the names in the frame graph.
If used multiple times for one SPR this id has to be unique
for each call.spr - the spr to modifyrobot - the robot used for the measurementobserver - the robot's observer| Method Detail |
|---|
public OutPort getForcePort()
public OutPort getVariancePort()
public void addTwistWrenchTrafo(AbstractFrame measureFrame,
AbstractFrame orientationFrame)
#getForcePortID() and
#getVariancePortID() will be
changed accordingly.
The transformation fed in to the module will be computed such that:
measureFrame;
orientationFrame.
measureFrame - the measure frameorientationFrame - the orientation frame; may be identical to measureFrame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||