|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigationListener
Interface for informing listeners that a way point has been reached.
| Method Summary | |
|---|---|
void |
atWaypoint(Waypoint waypoint,
Pose pose,
int sequence)
Called when the robot has reached a new Wahpoint. |
void |
pathComplete(Waypoint waypoint,
Pose pose,
int sequence)
Called when the robot has reached the last Waypoint of the path |
void |
pathInterrupted(Waypoint waypoint,
Pose pose,
int sequence)
called when the robot has stopped, not at a Waypoint |
| Method Detail |
|---|
void atWaypoint(Waypoint waypoint,
Pose pose,
int sequence)
waypoint - where the robotpose - of the robotsequence - of the Waypoint in the path
void pathComplete(Waypoint waypoint,
Pose pose,
int sequence)
waypoint - where the robotpose - of the robotsequence - of the Waypoint in the path
void pathInterrupted(Waypoint waypoint,
Pose pose,
int sequence)
waypoint - toward which the robot was movingpose - current pose of the robotsequence - number of the next Waypoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||