![]() |
GT RoboCup SSL
Soccer software, robot firmware
|
Keeps list of all the cameras and sends camera data down to the correct location. More...
Public Member Functions | |
void | updateWithCameraFrame (RJ::Time calcTime, const std::vector< CameraFrame > &newFrames) |
Updates all the child cameras given a set of new camera frames. More... | |
void | updateWithoutCameraFrame (RJ::Time calcTime) |
Updates all the child cameras when there are no new camera frames. More... | |
const WorldBall & | getWorldBall () const |
const std::vector< WorldRobot > & | getRobotsYellow () const |
const std::vector< WorldRobot > & | getRobotsBlue () const |
const KickEvent & | getBestKickEstimate () const |
Static Public Member Functions | |
static void | createConfiguration (Configuration *cfg) |
Keeps list of all the cameras and sends camera data down to the correct location.
const KickEvent & World::getBestKickEstimate | ( | ) | const |
const std::vector< WorldRobot > & World::getRobotsBlue | ( | ) | const |
const std::vector< WorldRobot > & World::getRobotsYellow | ( | ) | const |
const WorldBall & World::getWorldBall | ( | ) | const |
void World::updateWithCameraFrame | ( | RJ::Time | calcTime, |
const std::vector< CameraFrame > & | newFrames | ||
) |
Updates all the child cameras given a set of new camera frames.
calcTime | Current iteration time |
newFrames | List of new frames from ssl vision |
void World::updateWithoutCameraFrame | ( | RJ::Time | calcTime | ) |
Updates all the child cameras when there are no new camera frames.
calcTime | Current iteration time |