public class PlayerSonar
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlayerSonar.CMD |
|
static class |
PlayerSonar.DATA |
| Modifier and Type | Field | Description |
|---|---|---|
java.util.ArrayList<Coordinate> |
poses |
|
int |
posesCount |
|
java.util.ArrayList<java.lang.Double> |
ranges |
|
int |
rangesCount |
|
boolean |
updated |
| Constructor | Description |
|---|---|
PlayerSonar() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
enable(yarp.Bottle b) |
|
void |
setReq(yarp.Bottle b,
boolean poses,
boolean ranges) |
|
void |
update(yarp.Bottle b) |
public java.util.ArrayList<Coordinate> poses
public int posesCount
public java.util.ArrayList<java.lang.Double> ranges
public int rangesCount
public boolean updated