|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.free.AutonomousMotions
public final class AutonomousMotions
Helper class to create autonomous motions.
| Method Summary | |
|---|---|
static AutonomousMotion |
autonomous(double x,
double y,
double theta)
Creates a new autonomous motion to the given goal pose (x, y, theta) in absolute map coordinates. |
static AutonomousMotion |
autonomous(com.kuka.nav.Location goal)
Creates a new autonomous motion to the given location. |
static AutonomousMotion |
autonomous(com.kuka.nav.Pose goal)
Creates a new autonomous motion to the given goal pose (x, y, theta) in absolute map coordinates. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AutonomousMotion autonomous(com.kuka.nav.Location goal)
goal - the goal location
public static AutonomousMotion autonomous(com.kuka.nav.Pose goal)
goal - the goal pose
public static AutonomousMotion autonomous(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]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||