public class PlayerPlanner
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlayerPlanner.CMD |
|
static class |
PlayerPlanner.DATA |
| Modifier and Type | Field | Description |
|---|---|---|
Coordinate |
currWaypoint |
|
int |
currWaypointId |
|
boolean |
donePath |
|
Coordinate |
goal |
|
Coordinate |
pose |
|
boolean |
updated |
|
boolean |
validPath |
|
java.util.ArrayList<Coordinate> |
waypoints |
|
int |
waypointsCount |
| Constructor | Description |
|---|---|
PlayerPlanner() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
enable(yarp.Bottle b) |
|
void |
setGoal(yarp.Bottle b,
Coordinate coord) |
|
void |
setReq(yarp.Bottle b,
boolean goal,
boolean pose,
boolean curr_waypoint,
boolean path,
boolean waypoints) |
|
void |
update(yarp.Bottle b) |
public Coordinate goal
public Coordinate pose
public Coordinate currWaypoint
public int currWaypointId
public boolean validPath
public boolean donePath
public java.util.ArrayList<Coordinate> waypoints
public int waypointsCount
public boolean updated
public void enable(yarp.Bottle b)
public void setGoal(yarp.Bottle b,
Coordinate coord)
public void setReq(yarp.Bottle b,
boolean goal,
boolean pose,
boolean curr_waypoint,
boolean path,
boolean waypoints)
public void update(yarp.Bottle b)