|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.CartesianForceTorqueInformation
public class CartesianForceTorqueInformation
Provides information of the Cartesian Force and Torque of a device.
| Constructor Summary | |
|---|---|
CartesianForceTorqueInformation(AbstractFrame measureFrame,
AbstractFrame orientationFrame)
Creates a new instance of type CartesianForceTorqueInformation
with given measure Frame and orientation Frame. |
|
| Method Summary | |
|---|---|
AbstractFrame |
getMeasureFrame()
Gets the measure frame in which the Cartesian force/torque will be measured. |
AbstractFrame |
getOrientationFrame()
Gets the orientation frame in which the Cartesian force/torque will be measured. |
boolean |
hasMeasureAndOrientFrame()
True if measure and orientation frames are stored in this information set, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CartesianForceTorqueInformation(AbstractFrame measureFrame,
AbstractFrame orientationFrame)
CartesianForceTorqueInformation
with given measure Frame and orientation Frame.
measureFrame - The frame where the force/torque measurement will take place.
This frame must be statically attached to a device which can
measure forces (such as an
LBR). null is
not allowed.orientationFrame - Optional frame that specifies the orientation where the
force/torque measurement will take place. May be any frame for
which a path from measureFrame can be calculated at
runtime; for example a frame connected to World. If
orientationFrame is set to null, the
orientation of measureFrame is used.| Method Detail |
|---|
public AbstractFrame getMeasureFrame()
public AbstractFrame getOrientationFrame()
public boolean hasMeasureAndOrientFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||