public class PlayerLaser
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PlayerLaser.CMD |
|
static class |
PlayerLaser.DATA |
| Modifier and Type | Field | Description |
|---|---|---|
double |
length |
|
double |
max_angle |
|
double |
min_angle |
|
java.util.ArrayList<Point> |
points |
|
int |
pointsCount |
|
java.util.ArrayList<PolarPoint> |
polarpoints |
|
int |
polarpointsCount |
|
Coordinate |
pose |
|
double |
range_res |
|
Coordinate |
robot_pose |
|
double |
scan_res |
|
boolean |
updated |
|
double |
width |
| Constructor | Description |
|---|---|
PlayerLaser() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
enable(yarp.Bottle b) |
|
void |
setConfig(yarp.Bottle b,
double min_angle,
double max_angle,
double scan_res,
double range_res) |
|
void |
setReq(yarp.Bottle b,
boolean config,
boolean size,
boolean pose,
boolean robot_pose,
boolean points,
boolean ranges) |
|
void |
update(yarp.Bottle b) |
public double min_angle
public double max_angle
public double scan_res
public double range_res
public double width
public double length
public Coordinate pose
public Coordinate robot_pose
public java.util.ArrayList<Point> points
public int pointsCount
public java.util.ArrayList<PolarPoint> polarpoints
public int polarpointsCount
public boolean updated
public void enable(yarp.Bottle b)
public void setConfig(yarp.Bottle b,
double min_angle,
double max_angle,
double scan_res,
double range_res)
public void setReq(yarp.Bottle b,
boolean config,
boolean size,
boolean pose,
boolean robot_pose,
boolean points,
boolean ranges)
public void update(yarp.Bottle b)