![]() |
GT RoboCup SSL
Soccer software, robot firmware
|
Wrapper for the protobuf observation. More...
Public Member Functions | |
CameraBall (RJ::Time timeCaptured, Geometry2d::Point pos) | |
RJ::Time | getTimeCaptured () const |
Geometry2d::Point | getPos () const |
Static Public Member Functions | |
static CameraBall | CombineBalls (const std::vector< CameraBall > &balls) |
Combines all the balls in the list and returns a ball with the average pos and time. More... | |
Wrapper for the protobuf observation.
|
inline |
timeCaptured | Time that the picture was taken |
pos | Position of the ball at that time |
|
static |
Combines all the balls in the list and returns a ball with the average pos and time.
balls | The list of balls to combine |
Geometry2d::Point CameraBall::getPos | ( | ) | const |
RJ::Time CameraBall::getTimeCaptured | ( | ) | const |