|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AutonomousMotionContainer
This class is responsible for the management of the runtime information of an autonomous motion.
| Method Summary | |
|---|---|
void |
updateGoalLocation(com.kuka.nav.Location goal)
Updates the current goal of the corresponding motion. |
void |
updateGoalPose(double x,
double y,
double theta)
Updates the current goal of the corresponding motion. |
void |
updateGoalPose(com.kuka.nav.Pose goal)
Updates the current goal of the corresponding motion. |
| Methods inherited from interface com.kuka.nav.command.MotionContainer |
|---|
getMapZoneInfluence, getPathLengthToGoal, getTimeInActive, getTimeToGoal, getTrackingErrorRot, getTrackingErrorRotMax, getTrackingErrorRotMean, getTrackingErrorTrans, getTrackingErrorTransMax, getTrackingErrorTransMean, getTravelledDistance |
| Methods inherited from interface com.kuka.nav.command.CommandContainer |
|---|
getTimestamp |
| Methods inherited from interface com.kuka.command.ICommandExecutionContainer |
|---|
awaitFinalized, awaitFinalized, awaitFinished, awaitFinished, cancel, getCommand, getResult, getState |
| Method Detail |
|---|
void updateGoalPose(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]void updateGoalPose(com.kuka.nav.Pose goal)
goal - the goal posevoid updateGoalLocation(com.kuka.nav.Location goal)
goal - the goal location
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||