|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.commandModel.Action<T>
com.kuka.roboticsAPI.motionModel.Motion<T>
com.kuka.roboticsAPI.motionModel.KROSMotion<T>
com.kuka.roboticsAPI.motionModel.velocityControlled.VelocityControlledMotion<VelocityControlledCartesianMotion>
com.kuka.roboticsAPI.motionModel.velocityControlled.VelocityControlledCartesianMotion
@Deprecated public class VelocityControlledCartesianMotion
Velocity controlled cartesian motion. The motion is defined by the velocity values that have to be provided for all components (XYZABCalpha) in runtime via a DataSource.
| Constructor Summary | |
|---|---|
VelocityControlledCartesianMotion()
Deprecated. Creates a new instance of the class with default values for cycle rate, watchdog tolerance and acceleration. |
|
VelocityControlledCartesianMotion(int cycleRate,
int watchDogTolerance,
double acceleration)
Deprecated. Creates a new instance of the class. |
|
| Method Summary | |
|---|---|
CartesianVelocityDataSource |
getDataSource()
Deprecated. Gets the datasource for this motion. |
AbstractFrame |
getReferenceFrame()
Deprecated. Gets the reference frame. |
void |
setReferenceFrame(AbstractFrame referenceFrame)
Deprecated. Sets the reference frame. |
| Methods inherited from class com.kuka.roboticsAPI.motionModel.velocityControlled.VelocityControlledMotion |
|---|
acquireResources, getCycleRate, getWatchdogTolerance, releaseResources, setAcceleration, setCycleRate, setWatchdogTolerance |
| Methods inherited from class com.kuka.roboticsAPI.motionModel.KROSMotion |
|---|
addMotionOverlay, breakWhen, getConditions, getMode, getMotionOverlaySupport, getSCSupport, getTriggerSupport, hasConditions, hasMotionOverlay, hasTrigger, isApplicableFor, setMode, triggerWhen |
| Methods inherited from class com.kuka.roboticsAPI.commandModel.Action |
|---|
addParameter, addParams, getParams, removeParameter, self |
| 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.IParameterizable |
|---|
getParams |
| Constructor Detail |
|---|
public VelocityControlledCartesianMotion()
public VelocityControlledCartesianMotion(int cycleRate,
int watchDogTolerance,
double acceleration)
cycleRate - the cycle rate (in msec). How often the new velocity value
will be sent to the controller..watchDogTolerance - the tolerance of the watchdog (msec). Tolerance - is how long
controller will wait for a velocity value if it is not arrived
on time. If this time is elapsed - the command will become
invalid.acceleration - the acceleration. Must be between 0 and 1.| Method Detail |
|---|
public CartesianVelocityDataSource getDataSource()
getDataSource in class VelocityControlledMotion<VelocityControlledCartesianMotion>public AbstractFrame getReferenceFrame()
public void setReferenceFrame(AbstractFrame referenceFrame)
referenceFrame - The reference frame for this motion.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||