|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.motionModel.kmp.MobilePlatformVelocity
public class MobilePlatformVelocity
Velocity data for mobile platform motions.
| Constructor Summary | |
|---|---|
MobilePlatformVelocity()
Creates a new instance of MobilePlatformVelocityData with zero
velocities. |
|
MobilePlatformVelocity(double x,
double y,
double theta)
Creates a new instance of MobilePlatformVelocityData with the
specified velocities. |
|
MobilePlatformVelocity(MobilePlatformVelocity other)
Copy constructor. |
|
| Method Summary | |
|---|---|
int |
getDOFCount()
Gets the degrees of freedom. |
double |
getTheta()
Gets the rotational velocity (theta). |
double[] |
getValues()
Gets all velocity values (including the additional ones). |
protected double[] |
getValuesInMeter()
Gets all velocity values in meters. |
double |
getX()
Gets the velocity in x-direction. |
double |
getY()
Gets the velocity in y-direction. |
void |
multiplyOverride(double override)
Multiplies the override to the velocities. |
void |
resetAllValues()
Resets all velocity values (including the additional ones) to zero. |
void |
setTheta(double theta)
Sets the rotational velocity (theta). |
void |
setX(double x)
Sets the velocity in x-direction. |
void |
setY(double y)
Sets the velocity in y-direction. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MobilePlatformVelocity()
MobilePlatformVelocityData with zero
velocities.
public MobilePlatformVelocity(double x,
double y,
double theta)
MobilePlatformVelocityData with the
specified velocities.
x - velocity in x-direction (in mm/s)y - velocity in y-direction (in mm/s)theta - rotational velocity (in rad/s)public MobilePlatformVelocity(MobilePlatformVelocity other)
other - velocity data to copy.| Method Detail |
|---|
public double getX()
public void setX(double x)
x - the velocity in x-direction (in mm/s) to setpublic double getY()
public void setY(double y)
y - the velocity in y-direction (in mm/s) to setpublic double getTheta()
public void setTheta(double theta)
theta - the rotational velocity (in rad/s) to setpublic void multiplyOverride(double override)
override - the override to apply.public void resetAllValues()
public double[] getValues()
protected double[] getValuesInMeter()
public int getDOFCount()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||