public class PlayerLocalize
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlayerLocalize.CMD |
|
static class |
PlayerLocalize.DATA |
| Modifier and Type | Field | Description |
|---|---|---|
Hypoth |
bestHypoth |
|
java.util.ArrayList<Hypoth> |
hypoths |
|
int |
hypothsCount |
|
double |
mapScale |
|
int |
mapSizeX |
|
int |
mapSizeY |
|
int |
mapTileX |
|
int |
mapTileY |
|
boolean |
updated |
| Constructor | Description |
|---|---|
PlayerLocalize() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
setPose(yarp.Bottle b,
Coordinate pose,
double cov_x,
double cov_y,
double cov_a) |
|
void |
setReq(yarp.Bottle b,
boolean map_info,
boolean hypoths) |
|
void |
update(yarp.Bottle b) |
public int mapSizeX
public int mapSizeY
public int mapTileX
public int mapTileY
public double mapScale
public java.util.ArrayList<Hypoth> hypoths
public int hypothsCount
public Hypoth bestHypoth
public boolean updated
public void setPose(yarp.Bottle b,
Coordinate pose,
double cov_x,
double cov_y,
double cov_a)
public void setReq(yarp.Bottle b,
boolean map_info,
boolean hypoths)
public void update(yarp.Bottle b)