|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.conditionModel.AbstractCondition
com.kuka.roboticsAPI.conditionModel.RobotCondition
com.kuka.roboticsAPI.conditionModel.JointTorqueCondition
public class JointTorqueCondition
Joint Torque Condition describing the valid joint range of a robot.
The Condition fires if the current external torque of the joint is less or equal to the minimum or higher or equal to the maximum condition torque value.
| Constructor Summary | |
|---|---|
JointTorqueCondition(com.kuka.roboticsAPI.deviceModel.JointEnum joint,
double minTorque,
double maxTorque)
Creates a new Instance of a JointTorqueCondition. |
|
JointTorqueCondition(Robot robot,
com.kuka.roboticsAPI.deviceModel.JointEnum joint,
double minTorque,
double maxTorque)
Creates a new Instance of a JointTorqueCondition. |
|
| Method Summary | |
|---|---|
com.kuka.roboticsAPI.deviceModel.JointEnum |
getJoint()
Gets the joint of this condition. |
double |
getMaxTorque()
Gets the maximum torque value at which the condition will fire. |
double |
getMinTorque()
Gets the minimum torque value at which the condition will fire. |
String |
toString()
|
| Methods inherited from class com.kuka.roboticsAPI.conditionModel.RobotCondition |
|---|
getController, getRobot, setRobot |
| Methods inherited from class com.kuka.roboticsAPI.conditionModel.AbstractCondition |
|---|
and, invert, or, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JointTorqueCondition(com.kuka.roboticsAPI.deviceModel.JointEnum joint,
double minTorque,
double maxTorque)
joint - The joint of the robot. Must not be null.minTorque - The minimum torque value in [Nm].maxTorque - The maximum torque value in [Nm].
IllegalArgumentException - if an invalid argument is given
public JointTorqueCondition(Robot robot,
com.kuka.roboticsAPI.deviceModel.JointEnum joint,
double minTorque,
double maxTorque)
The Condition fires if the current external torque of the joint is less or equal to the minimum or higher or equal to the maximum condition torque value.
robot - The robot. Must not be null.joint - The joint of the robot. Must not be null.minTorque - The minimum torque value in [Nm].maxTorque - The maximum torque value in [Nm].
IllegalArgumentException - if an invalid argument is given| Method Detail |
|---|
public com.kuka.roboticsAPI.deviceModel.JointEnum getJoint()
public double getMinTorque()
public double getMaxTorque()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||