|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.kmp.MobilePlatformPosition
public class MobilePlatformPosition
Represents a position (defined by translational and rotational components) of a mobile platform.
| Constructor Summary | |
|---|---|
MobilePlatformPosition()
Creates a new instance with zero translational and rotational values. |
|
MobilePlatformPosition(double x,
double y,
double theta)
Creates a new instance. |
|
| Method Summary | |
|---|---|
int |
getDOFCount()
Gets the degrees of freedom. |
double |
getTheta()
Gets the rotational of theta. |
double[] |
getValues()
Gets all translational and rotational values. |
double |
getX()
Gets the position in x-direction. |
double |
getY()
Gets the position in y-direction. |
void |
setTheta(double theta)
Sets the rotational of theta. |
void |
setX(double x)
Sets the position in x-direction. |
void |
setY(double y)
Sets the position in y-direction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MobilePlatformPosition()
public MobilePlatformPosition(double x,
double y,
double theta)
x - the position in x-direction (in mm)y - the position in y-direction (in mm)theta - the rotation of theta (in rad)| Method Detail |
|---|
public double getX()
public void setX(double x)
x - the position in x-direction to set (in mm)public double getY()
public void setY(double y)
y - the position in y-direction to set (in mm)public double getTheta()
public void setTheta(double theta)
theta - the rotation of theta to set (in rad)public int getDOFCount()
public double[] getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||