|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.kmp.MobilePlatformRelativeMotion.MobilePlatformRelativeMotionRuntime
public abstract static class MobilePlatformRelativeMotion.MobilePlatformRelativeMotionRuntime
The runtime data for a relative motion of a mobile platform.
| Constructor Summary | |
|---|---|
MobilePlatformRelativeMotion.MobilePlatformRelativeMotionRuntime(int defaultDof)
Creates a new instance of the runtime data. |
|
| Method Summary | |
|---|---|
abstract MobilePlatformPosition |
convertCoveredDistance(double[] distanceToConvert)
Converts the values of the internal covered distance to mm (translational) and rad (rotational). |
MobilePlatformPosition |
getCoveredDistance()
Gets the covered distance of the relative motion. |
protected double[] |
getInternalCoveredDistance()
Gets the internal covered distance of the relative motion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobilePlatformRelativeMotion.MobilePlatformRelativeMotionRuntime(int defaultDof)
defaultDof - the number of degrees of freedom| Method Detail |
|---|
public MobilePlatformPosition getCoveredDistance()
public abstract MobilePlatformPosition convertCoveredDistance(double[] distanceToConvert)
distanceToConvert - the internal covered distance to be converted
protected double[] getInternalCoveredDistance()
Please note that the internal values are measured in m and rad.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||