|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITorqueSensitiveRobot
Interface for functionality only offered by robots measuring their joint torques.
| Method Summary | |
|---|---|
boolean |
checkTorqueSensor(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
Checks if the torque sensor of the given axis works properly. |
TorqueSensorData |
getExternalTorque()
Gets the current external torque sensor data for this robot. |
TorqueSensorData |
getMeasuredTorque()
Gets the currently measured ("raw") torque sensor data for this robot. |
SensorForExternalTorque |
getSensorForExternalTorque()
Gets the external torque sensor of this robot. |
SensorForMeasuredTorque |
getSensorForMeasuredTorque()
Gets the measured ("raw") torque sensor of this robot. |
double[] |
getTorqueSensorLimits()
Gets the torque sensor Limits. |
| Method Detail |
|---|
SensorForMeasuredTorque getSensorForMeasuredTorque()
TorqueSensorData getMeasuredTorque()
SensorForExternalTorque getSensorForExternalTorque()
TorqueSensorData getExternalTorque()
double[] getTorqueSensorLimits()
boolean checkTorqueSensor(com.kuka.roboticsAPI.deviceModel.JointEnum joint)
joint - The index of the axis.
True if the torque sensor works properly, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||