|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Movable
Central interface for issuing motions to a mobile robot.
| Method Summary | ||
|---|---|---|
|
move(C motion)
Issues a motion to the robot and blocks until it is finished executing, i.e. the state of the corresponding container changed to NavExecutionState.FINISHED. |
|
|
moveAsync(C motion)
Issues a motion to the robot and returns immediately so the motion is executed asynchronously. |
|
| Method Detail |
|---|
<C extends Motion<C,O>,O extends MotionContainer<C,?>> O move(C motion)
NavExecutionState.FINISHED.
C - the motion typeO - the type of the motion containermotion - the motion to execute
<C extends Motion<C,O>,O extends MotionContainer<C,?>> O moveAsync(C motion)
C - the motion typeO - the type of the motion containermotion - the motion to execute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||