|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.ExternalForceTorqueCalculator
public class ExternalForceTorqueCalculator
The class provides the functionality to get the measured as well as the external force and torque values for user-defined tools.
| Nested Class Summary | |
|---|---|
static class |
ExternalForceTorqueCalculator.ExternalForceTorqueCalculationResult
Contains the measured and calculated external force and torque values. |
static class |
ExternalForceTorqueCalculator.ExternalForceTorqueValues
Contains external force and torque values for the load data of a tool. |
| Field Summary | |
|---|---|
static int |
CALCULATION_TIMEOUT
The timeout in seconds for retrieving the measured and external torque values. |
| Constructor Summary | |
|---|---|
ExternalForceTorqueCalculator(ISunriseRequestService requestService,
Robot robot)
Creates a new instance of the ExternalForceTorqueCalculator. |
|
ExternalForceTorqueCalculator(SunriseController controller,
Robot robot)
Creates a new instance of the ExternalForceTorqueCalculator. |
|
| Method Summary | |
|---|---|
ExternalForceTorqueCalculator.ExternalForceTorqueCalculationResult |
calculate(AbstractFrame measureFrame,
AbstractFrame orientationFrame,
LoadData... toolLoadData)
Calculated the force and torque values for a list of user-defined tools. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CALCULATION_TIMEOUT
| Constructor Detail |
|---|
public ExternalForceTorqueCalculator(SunriseController controller,
Robot robot)
ExternalForceTorqueCalculator.
controller - the sunrise controllerrobot - the robot device
public ExternalForceTorqueCalculator(ISunriseRequestService requestService,
Robot robot)
ExternalForceTorqueCalculator.
requestService - the sunrise request servicerobot - the robot device| Method Detail |
|---|
public ExternalForceTorqueCalculator.ExternalForceTorqueCalculationResult calculate(AbstractFrame measureFrame,
AbstractFrame orientationFrame,
LoadData... toolLoadData)
toolLoadData - list of the tools' load datameasureFrame - the frame for the measurement of the force / torque valuesorientationFrame - the frame for the orientation of the force / torque values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||