public class SensorHelper extends SuperSensor
| Modifier and Type | Field and Description |
|---|---|
static SensorType |
type |
lastMessage, sensorType| Constructor and Description |
|---|
SensorHelper()
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getCorona()
AIBO - ERS robot uses tracking ball sensor, that recognises a soccer ball
from camera.
|
double |
getDistance()
AIBO - ERS robot uses tracking ball sensor, that recognises a soccer ball
from camera.
|
javax.vecmath.Point2d |
getPos2D()
AIBO - ERS robot uses tracking ball sensor, that recognises a soccer ball
from camera.
|
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getPos3D()
AIBO - ERS robot uses tracking ball sensor, that recognises a soccer ball
from camera.
|
double |
getRadius()
AIBO - ERS robot uses tracking ball sensor, that recognises a soccer ball
from camera.
|
boolean |
isVisible()
AIBO - ERS robot uses tracking ball sensor, that recognises a soccer ball
from camera.
|
getName, getSensorType, getTime, getType, isReady, updateMessagepublic static final SensorType type
public SensorHelper()
public javax.vecmath.Point2d getPos2D()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getPos3D()
public double getCorona()
public double getRadius()
public double getDistance()
public boolean isVisible()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.