#include <LandmarksPercept.h>
Inheritance diagram for Goal:


Public Member Functions | |
| void | serialize (In *in, Out *out) |
Public Attributes | |
| colorClass | color |
| The color of the goal. | |
| Vector2< double > | leftPost |
| The position of the goal post that is seen left. | |
| Vector2< double > | rightPost |
| The position of the goal post that is seen right. | |
| double | distanceValidity |
| The validity of the determined distance. | |
| double | angleValidity |
| The validity of the determined direction. | |
| double | distance |
| distance to left corner of the goal, relative to robot | |
| double | angle |
| angle to the goal, relative to robot (meassured to the middle of the goalline) | |
| double | rotation |
| rotation of the the goal, relative to robot (meassured to the middle of the goalline) | |
| Vector2< int > | topLeft |
| Position of the upper left corner of the goal in the image. | |
| Vector2< int > | topRight |
| Position of the upper right corner of the goal in the image. | |
| Vector2< int > | bottomLeft |
| Position of the lower left corner of the goal in the image. | |
| Vector2< int > | bottomRight |
| Position of the lower right corner of the goal in the image. | |
Definition at line 176 of file LandmarksPercept.h.
|
||||||||||||
|
Reimplemented from ConditionalBoundary. Definition at line 200 of file LandmarksPercept.h. References color, leftPost, rightPost, STREAM, STREAM_BASE, STREAM_ENUMASINT, STREAM_REGISTER_BEGIN, and STREAM_REGISTER_FINISH. |
|
|
|
The position of the goal post that is seen left.
Definition at line 180 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), GT2004SelfLocator::execute(), SlamSampleTemplateGenerator::getBearing(), GT2005StableSampleTemplateGenerator::getBearing(), GT2005SampleTemplateGenerator::getBearing(), GT2004SelfLocator::getBearing(), SlamSelfLocator::landmarksObservationUpdate(), GT2005StableSelfLocator::landmarksObservationUpdate(), GT2005SelfLocator::landmarksObservationUpdate(), and serialize(). |
|
|
The position of the goal post that is seen right.
Definition at line 180 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), GT2004SelfLocator::execute(), SlamSampleTemplateGenerator::getBearing(), GT2005StableSampleTemplateGenerator::getBearing(), GT2005SampleTemplateGenerator::getBearing(), GT2004SelfLocator::getBearing(), SlamSelfLocator::landmarksObservationUpdate(), GT2005StableSelfLocator::landmarksObservationUpdate(), GT2005SelfLocator::landmarksObservationUpdate(), and serialize(). |
|
|
The validity of the determined distance. Not used yet. Definition at line 183 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), and LandmarksPercept::estimateOffsetAndValiditiesForGoal(). |
|
|
The validity of the determined direction. Not used yet. Definition at line 184 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), and LandmarksPercept::estimateOffsetAndValiditiesForGoal(). |
|
|
distance to left corner of the goal, relative to robot
Definition at line 187 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), GT2005ObstaclesLocator::determineSeenGoals(), LandmarksPercept::estimateOffsetAndValiditiesForGoal(), SlamSampleTemplateGenerator::getBearing(), GT2005StableSampleTemplateGenerator::getBearing(), GT2005SampleTemplateGenerator::getBearing(), and GT2004SelfLocator::getBearing(). |
|
|
angle to the goal, relative to robot (meassured to the middle of the goalline)
Definition at line 190 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), GT2005ObstaclesLocator::determineSeenGoals(), LandmarksPercept::estimateOffsetAndValiditiesForGoal(), VLCImageProcessor::filterPercepts(), and GT2005ImageProcessor::filterPercepts(). |
|
|
rotation of the the goal, relative to robot (meassured to the middle of the goalline)
Definition at line 193 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(), and LandmarksPercept::estimateOffsetAndValiditiesForGoal(). |
|
|
Position of the upper left corner of the goal in the image.
Definition at line 195 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(). |
|
|
Position of the upper right corner of the goal in the image.
Definition at line 196 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(). |
|
|
Position of the lower left corner of the goal in the image.
Definition at line 197 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(). |
|
|
Position of the lower right corner of the goal in the image.
Definition at line 198 of file LandmarksPercept.h. Referenced by LandmarksPercept::addGoal(). |
1.3.6