#include <BallModel.h>
Inheritance diagram for CommunicatedBallPosition:


Public Member Functions | |
| CommunicatedBallPosition () | |
| Constructor. | |
Public Attributes | |
| unsigned long | timeWhenLastObserved |
| The time when an observation made by an other robot. | |
| double | distanceInMajDirection |
| used for the Ruhrpott-Hellhounds-collective-scoccer behavior to access the gaussian distribution of the GaussBellTeamBallLocator May be removed in the futute. | |
| double | distanceInMinDirection |
| double | orientationAngleOfGaussBell |
Definition at line 100 of file BallModel.h.
|
|
Constructor.
Definition at line 82 of file BallModel.cpp. |
|
|
The time when an observation made by an other robot.
Definition at line 107 of file BallModel.h. Referenced by GT2004TeamBallLocator::execute(), BallModel::getKnownPosition(), BallModel::getTimeSinceLastKnown(), and GT2004BehaviorControl::preExecute(). |
|
|
used for the Ruhrpott-Hellhounds-collective-scoccer behavior to access the gaussian distribution of the GaussBellTeamBallLocator May be removed in the futute.
Definition at line 112 of file BallModel.h. |
|
|
Definition at line 113 of file BallModel.h. |
|
|
Definition at line 114 of file BallModel.h. |
1.3.6