|
||||||||||
| 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.kmp.MobilePlatformMotion<MobilePlatformVelocityMotion>
com.kuka.roboticsAPI.motionModel.kmp.MobilePlatformVelocityMotion
public final class MobilePlatformVelocityMotion
Action for commanding velocity motion.
| Field Summary | |
|---|---|
static boolean |
enableDFELogger
Set true to create dfe date recorder log files for the velocity control motions. |
| Constructor Summary | |
|---|---|
MobilePlatformVelocityMotion()
Creates a new instance of MobilePlatformCartesianJoggingMotion with no velocities. |
|
MobilePlatformVelocityMotion(double vx,
double vy,
double vTheta,
double override)
Creates a new instance of MobilePlatformCartesianJoggingMotion with the specified initial velocities and
override. |
|
MobilePlatformVelocityMotion(MobilePlatformVelocity velocityData,
double override)
Creates a new instance of MobilePlatformCartesianJoggingMotion with the specified initial velocities and
override. |
|
| Method Summary | |
|---|---|
com.kuka.roboticsAPI.commandModel.ICommandRuntimeData |
createRuntimeData()
|
static MobilePlatformVelocityData |
getRuntimeData(com.kuka.roboticsAPI.executionModel.ICommandContainer container)
Creates the data source used to jog the platform. |
MobilePlatformVelocityMotion |
setAsJoggingTypeMotion()
Sets the motion type to jogging type motion. |
| Methods inherited from class com.kuka.roboticsAPI.commandModel.Action |
|---|
acquireResources, addParameter, addParams, getParams, releaseResources, removeParameter, self |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean enableDFELogger
| Constructor Detail |
|---|
public MobilePlatformVelocityMotion()
MobilePlatformCartesianJoggingMotion with no velocities.
public MobilePlatformVelocityMotion(double vx,
double vy,
double vTheta,
double override)
MobilePlatformCartesianJoggingMotion with the specified initial velocities and
override.
vx - The new X velocity in mm/s.vy - The new Y velocity in mm/s.vTheta - The new theta velocity in rad/s.override - The override.
public MobilePlatformVelocityMotion(MobilePlatformVelocity velocityData,
double override)
MobilePlatformCartesianJoggingMotion with the specified initial velocities and
override.
velocityData - The velocities.override - The override.| Method Detail |
|---|
public static MobilePlatformVelocityData getRuntimeData(com.kuka.roboticsAPI.executionModel.ICommandContainer container)
container - the container from which the data source shall be obtained
public com.kuka.roboticsAPI.commandModel.ICommandRuntimeData createRuntimeData()
createRuntimeData in interface com.kuka.roboticsAPI.commandModel.IRuntimeDataProvider<com.kuka.roboticsAPI.commandModel.ICommandRuntimeData>public MobilePlatformVelocityMotion setAsJoggingTypeMotion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||