|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.JoggingRuntimeData
com.kuka.roboticsAPI.motionModel.kmp.MobilePlatformVelocityData
public class MobilePlatformVelocityData
Datasource to communicate data with an active jogging command.
| Constructor Summary | |
|---|---|
MobilePlatformVelocityData()
Creates a new MobilePlatformVelocityData with zero velocity. |
|
| Method Summary | |
|---|---|
double[] |
getMaximumVelocities()
Gets the maximum velocity supported by the mobile platform velocity motion. |
protected com.kuka.roboticsAPI.controllerModel.sunrise.api.SSR |
getUpdateVelocitiesSSR()
|
void |
setVelocity(MobilePlatformVelocity cartesianVelocity,
double override)
Creates a new MobilePlatformVelocityData with the specified velocity and override. |
| Methods inherited from class com.kuka.roboticsAPI.motionModel.JoggingRuntimeData |
|---|
getBaseFrameTransformation, getCartesianJoggingMode, getController, getFiredStopCondition, getJoggingModule, getJoggingSPR, getNoMotionStopCondition, getTimeoutJogging, getVelocities, initialize, isJoggingFromApplication, sendSetVelocitiesRequest, setBaseFrameTransformationInternal, setJoggingIsFromApplication, setJoggingModeInternal, setNoMotionStopCondition, setTimeoutJogging, setVelocitiesInternal, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobilePlatformVelocityData()
MobilePlatformVelocityData with zero velocity.
| Method Detail |
|---|
public void setVelocity(MobilePlatformVelocity cartesianVelocity,
double override)
MobilePlatformVelocityData with the specified velocity and override.
cartesianVelocity - the cartesian velocity to setoverride - the override to setprotected com.kuka.roboticsAPI.controllerModel.sunrise.api.SSR getUpdateVelocitiesSSR()
getUpdateVelocitiesSSR in class com.kuka.roboticsAPI.motionModel.JoggingRuntimeDatapublic double[] getMaximumVelocities()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||