#include <SelfLocator.h>
Inheritance diagram for SelfLocatorInterfaces:


Public Member Functions | |
| SelfLocatorInterfaces (const LandmarksPercept &landmarksPercept, const LinesPercept &linesPercept, const EdgesPercept &edgesPercept, const SpecialPercept &specialPercept, const PSDPercept &psdPercept, const ObstaclesPercept &obstaclesPercept, const CollisionPercept &collisionPercept, const OdometryData &odometryData, const CameraMatrix &cameraMatrix, const RobotState &robotState, const GTCamWorldState >CamWorldState, const GameControlData &gameControlData, RobotPose &robotPose, SampleSetProxy< PoseSample > &selfLocatorSamples, LandmarksState &landmarksState, RobotPoseCollection &robotPoseCollection) | |
| Constructor. | |
Protected Attributes | |
| const LandmarksPercept & | landmarksPercept |
| The landmarks detected in the last image. | |
| const LinesPercept & | linesPercept |
| The lines detected in the last image. | |
| const EdgesPercept & | edgesPercept |
| The edges detected in the last image. | |
| const SpecialPercept & | specialPercept |
| The special percepts detected in the last image. | |
| const PSDPercept & | psdPercept |
| The psd percepts detected with the PSD sensor. | |
| const ObstaclesPercept & | obstaclesPercept |
| The obstables percept detected in the last image/with the PSD sensor. | |
| const CollisionPercept & | collisionPercept |
| Currently detected collisions. | |
| const OdometryData & | odometryData |
| The odometry that was estimated by the motion modules. | |
| const CameraMatrix & | cameraMatrix |
| The camera matrix describing the camera's position. | |
| const RobotState & | robotState |
| The robot state. | |
| const GTCamWorldState & | gtCamWorldState |
| The worldstate generated by the GTCam. | |
| const GameControlData & | gameControlData |
| Messages that are sent by the referee. | |
| RobotPose & | robotPose |
| The robots position to be generated. | |
| SampleSetProxy< PoseSample > & | selfLocatorSamples |
| The sample set proxy linked to the sample set of the active locator. | |
| LandmarksState & | landmarksState |
| the currently seen landmarks | |
| RobotPoseCollection & | robotPoseCollection |
| the collection of candidate poses, set by the self locator | |
Definition at line 35 of file SelfLocator.h.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Constructor.
Definition at line 39 of file SelfLocator.h. |
|
|
The landmarks detected in the last image.
Definition at line 76 of file SelfLocator.h. |
|
|
The lines detected in the last image.
Definition at line 79 of file SelfLocator.h. |
|
|
The edges detected in the last image.
Definition at line 82 of file SelfLocator.h. |
|
|
The special percepts detected in the last image.
Definition at line 85 of file SelfLocator.h. |
|
|
The psd percepts detected with the PSD sensor.
Definition at line 88 of file SelfLocator.h. |
|
|
The obstables percept detected in the last image/with the PSD sensor.
Definition at line 91 of file SelfLocator.h. |
|
|
Currently detected collisions.
Definition at line 94 of file SelfLocator.h. |
|
|
The odometry that was estimated by the motion modules.
Definition at line 97 of file SelfLocator.h. |
|
|
The camera matrix describing the camera's position.
Definition at line 100 of file SelfLocator.h. |
|
|
The robot state.
Definition at line 103 of file SelfLocator.h. |
|
|
The worldstate generated by the GTCam.
Definition at line 106 of file SelfLocator.h. |
|
|
Messages that are sent by the referee.
Definition at line 109 of file SelfLocator.h. |
|
|
The robots position to be generated.
Definition at line 112 of file SelfLocator.h. |
|
|
The sample set proxy linked to the sample set of the active locator.
Definition at line 115 of file SelfLocator.h. |
|
|
the currently seen landmarks
Definition at line 118 of file SelfLocator.h. |
|
|
the collection of candidate poses, set by the self locator
Definition at line 121 of file SelfLocator.h. |
1.3.6