|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.params.AbstractMotionAxisParams
com.kuka.roboticsAPI.params.JointVelocityParams
public class JointVelocityParams
Joint velocity in %.
| Constructor Summary | |
|---|---|
JointVelocityParams(double[] values)
Creates a new value instance of this parameter. |
|
JointVelocityParams(double value,
boolean setForAll)
Creates a new value instance of this parameter. |
|
JointVelocityParams(KeyValuePairsForJoints... valuePairs)
Creates a new value instance of this parameter. |
|
JointVelocityParams(KeyValuePairsForJoints pair)
Creates a new value instance of this parameter. |
|
| Method Summary | |
|---|---|
protected void |
checkValue(double value)
Checks whether a value is valid. |
| Methods inherited from class com.kuka.roboticsAPI.params.AbstractMotionAxisParams |
|---|
getAxisValue, getAxisValue, getPossibleDefaultValue, isAxisValueSet, isAxisValueSet, isPossibleDefaultValueSet, setAxisValue, setAxisValue, setPossibleDefaultValue, unSetAxisValueForAxis, value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JointVelocityParams(KeyValuePairsForJoints pair)
pair - The pair AxisEnum -> relative velocity for the axis. The
relative velocity must be greater than 0 and smaller or equal
1.
IllegalArgumentException - when relative velocity out of bounds
public JointVelocityParams(double value,
boolean setForAll)
value - The relative velocity for the axes. The value must be greater
than 0 and smaller or equal 1.setForAll - when false, the value will be set as default, when true, the
value will be additionally set for all axes.
IllegalArgumentException - when relative velocity out of boundspublic JointVelocityParams(double[] values)
values - The relative velocities for the axes. The values must be
greater than 0 and smaller or equal 1.
IllegalArgumentException - when relative velocity out of boundspublic JointVelocityParams(KeyValuePairsForJoints... valuePairs)
valuePairs - Pairs AxisEnum -> relative velocities for the axes. The values
must be greater than 0 and smaller or equal 1.
IllegalArgumentException - when relative velocity out of bounds| Method Detail |
|---|
protected void checkValue(double value)
AbstractMotionAxisParams
checkValue in class AbstractMotionAxisParamsvalue - value to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||