|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.kmp.MobilePlatformMotions
public final class MobilePlatformMotions
Static class to create motions for mobile platforms.
Use this class to write motion statements as follows:
platform.move(MobilePlatformMotions.relativeMotion(dx, dy, dTheta));
| Method Summary | |
|---|---|
static MobilePlatformRelativeMotion |
relativeMotion(double dx,
double dy,
double dTheta)
Creates a relative motion with specified translational and rotational offsets. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MobilePlatformRelativeMotion relativeMotion(double dx,
double dy,
double dTheta)
dx - offset in x direction (in mm)dy - offset in y direction (in mm)dTheta - rotational offset of theta angle (in rad)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||