|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.TorqueEvaluator
public class TorqueEvaluator
Class for calculation of maximum absolute torque statistic. The available torques are measured torque and static model torque. Measured torque is the default configuration. The statistic data is being gathered from the moment of time when evaluation is started. When evaluation is stopped, the maximum absolute torque is returned including the validity information of statistic data.
startEvaluation(),
stopEvaluation()| Constructor Summary | |
|---|---|
TorqueEvaluator(LBR lbr)
Constructor. |
|
| Method Summary | |
|---|---|
Controller |
getController()
Gets the corresponding controller. |
LBR |
getLBR()
Gets the LBR the torque statistic is gathered on. |
boolean |
isTorqueMeasured()
Indicates if the torque is measured. |
void |
setTorqueMeasured(boolean isTorqueMeasured)
Set the torque is, is not measured. |
void |
startEvaluation()
Starts statistic data evaluation. |
TorqueStatistic |
stopEvaluation()
Stops statistic data evaluation and returns the maximum absolute measured torque statistic for all joints. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TorqueEvaluator(LBR lbr)
IllegalArgumentException is thrown.
lbr - the LBR the torque statistic should be gathered on.| Method Detail |
|---|
public Controller getController()
public LBR getLBR()
public void startEvaluation()
IllegalStateException is thrown.
public TorqueStatistic stopEvaluation()
public boolean isTorqueMeasured()
True if the torque is measured; otherwise
false.public void setTorqueMeasured(boolean isTorqueMeasured)
isTorqueMeasured - True for the torque is measured; otherwise
false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||