|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.controlModeModel.AbstractMotionControlMode
public abstract class AbstractMotionControlMode
Base class for motion control modes.
CartesianImpedanceControlMode,
CartesianSineImpedanceControlMode,
JointImpedanceControlMode| Constructor Summary | |
|---|---|
protected |
AbstractMotionControlMode()
For subclasses. |
| Method Summary | |
|---|---|
double[] |
getMaxJointSpeed()
Gets the maximum joint speed of the joints in rad. |
void |
setMaxJointSpeed(double... maxJointSpeeds)
Sets the maximum joint speed for this mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kuka.roboticsAPI.motionModel.controlModeModel.IMotionControlMode |
|---|
isDeviceSupported, isRecoverable, needsMeasuredValues, noCommandedMeasuredDevianceIntended |
| Constructor Detail |
|---|
protected AbstractMotionControlMode()
| Method Detail |
|---|
public void setMaxJointSpeed(double... maxJointSpeeds)
The given values must fit to the joint count of the robot for which the mode is used.
maxJointSpeeds - The maximum joint speed (values in rad/s).public double[] getMaxJointSpeed()
Will be null to indicate the default values should be used.
getMaxJointSpeed in interface IMotionControlMode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||