#include <PlayersLocator.h>
Inheritance diagram for PlayersLocatorInterfaces:
Public Member Functions | |
PlayersLocatorInterfaces (const PlayersPercept &playersPercept, const RobotPose &robotPose, const TeamMessageCollection &teamMessageCollection, const OdometryData &odometryData, PlayerPoseCollection &playerPoseCollection) | |
Constructor. | |
Protected Attributes | |
const PlayersPercept & | playersPercept |
A detected player. | |
const RobotPose & | robotPose |
The estimated position of the robot. | |
const TeamMessageCollection & | teamMessageCollection |
Team messages from the other robots. | |
const OdometryData & | odometryData |
The odometry data that was calculated by the motion modules. | |
PlayerPoseCollection & | playerPoseCollection |
The player positions to be calculated. |
Definition at line 23 of file PlayersLocator.h.
|
Constructor.
Definition at line 27 of file PlayersLocator.h. |
|
A detected player.
Definition at line 42 of file PlayersLocator.h. |
|
The estimated position of the robot.
Definition at line 45 of file PlayersLocator.h. |
|
Team messages from the other robots.
Definition at line 48 of file PlayersLocator.h. |
|
The odometry data that was calculated by the motion modules.
Definition at line 51 of file PlayersLocator.h. |
|
The player positions to be calculated.
Definition at line 54 of file PlayersLocator.h. |