#include <PlayersPercept.h>
Inheritance diagram for SinglePlayerPercept:


Public Member Functions | |
| SinglePlayerPercept () | |
| Simple constructor. | |
| void | serialize (In *in, Out *out) |
Public Attributes | |
| Vector2< double > | offsetOnField |
| offset to the robot, relative to own robot | |
| double | directionOnField |
| The direction of the perceived robot. | |
| Vector2< int > | positionInImage |
| position of the robot in the image | |
| double | orientation |
| double | validity |
| The validity of this percept. | |
Definition at line 19 of file PlayersPercept.h.
|
|
Simple constructor.
Definition at line 23 of file PlayersPercept.h. References directionOnField. |
|
||||||||||||
|
Implements Streamable. Definition at line 39 of file PlayersPercept.h. References directionOnField, positionInImage, STREAM, STREAM_REGISTER_BEGIN, and STREAM_REGISTER_FINISH. |
|
|
offset to the robot, relative to own robot
Definition at line 26 of file PlayersPercept.h. Referenced by VLCImageProcessor::clusterRobots(), SlamImageProcessor::clusterRobots(), GT2005PlayerSpecialist::detectBlueRobots(), GT2005PlayerSpecialist::detectRedRobots(), VLCImageProcessor::filterPercepts(), SlamImageProcessor::filterPercepts(), and GuideDogRobotSpecialist::scanParallelToHorizon(). |
|
|
The direction of the perceived robot.
Definition at line 29 of file PlayersPercept.h. Referenced by VLCImageProcessor::clusterRobots(), SlamImageProcessor::clusterRobots(), GT2005PlayerSpecialist::detectBlueRobots(), GT2005PlayerSpecialist::detectRedRobots(), GuideDogRobotSpecialist::scanParallelToHorizon(), serialize(), and SinglePlayerPercept(). |
|
|
position of the robot in the image
Definition at line 32 of file PlayersPercept.h. Referenced by VLCImageProcessor::clusterRobots(), SlamImageProcessor::clusterRobots(), GT2005PlayerSpecialist::detectBlueRobots(), GT2005PlayerSpecialist::detectRedRobots(), and serialize(). |
|
|
Definition at line 34 of file PlayersPercept.h. Referenced by GT2005PlayerSpecialist::detectBlueRobots(), and GT2005PlayerSpecialist::detectRedRobots(). |
|
|
The validity of this percept.
Definition at line 37 of file PlayersPercept.h. Referenced by VLCRobotSpecialist::addPercept(), GT2005RobotSpecialist::addPercept(), VLCImageProcessor::clusterRobots(), SlamImageProcessor::clusterRobots(), GT2005PlayerSpecialist::detectBlueRobots(), GT2005PlayerSpecialist::detectRedRobots(), and GuideDogRobotSpecialist::scanParallelToHorizon(). |
1.3.6