|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.rel.RelativeMotions
public final class RelativeMotions
Helper class to create relative motions.
| Method Summary | |
|---|---|
static RelativeMotion |
relative(double x,
double y,
double theta)
Creates a new relative motion to the given pose (x, y, theta) relative to the robot. |
static RelativeMotion |
relative(Pose goal)
Creates a relative motion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RelativeMotion relative(double x,
double y,
double theta)
x - the x coordinate of the goal posey - the y coordinate of the goal posetheta - the orientation of the goal pose in [rad]
public static RelativeMotion relative(Pose goal)
goal - The pose relative to the robot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||