|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.sensorModel.AbstractSensorData<TorqueSensorData>
com.kuka.roboticsAPI.sensorModel.TorqueSensorData
public final class TorqueSensorData
The torque sensor data is a snapshot of torque values for a specific LBR. For an update, the sensor needs to be queried again.
| Constructor Summary | |
|---|---|
TorqueSensorData(double[] torqueValues)
Creates a new torque sensor data instance with the given torque values. |
|
| Method Summary | |
|---|---|
double |
getSingleTorqueValue(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Gets the torque values for specific axis. |
double[] |
getTorqueValues()
Gets the torque values. |
String |
toString()
|
| Methods inherited from class com.kuka.roboticsAPI.sensorModel.AbstractSensorData |
|---|
getTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TorqueSensorData(double[] torqueValues)
torqueValues - The current torque values.| Method Detail |
|---|
public double[] getTorqueValues()
public double getSingleTorqueValue(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - The joint for which to query the current torque.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||