![]() |
GT RoboCup SSL
Soccer software, robot firmware
|
Simple non-protobuf object representing a camera frame. More...
Public Member Functions | |
CameraFrame (RJ::Time tCapture, int cameraID, std::vector< CameraBall > cameraBalls, std::vector< CameraRobot > cameraRobotsYellow, std::vector< CameraRobot > cameraRobotsBlue) | |
Creates a camera frame directly from the protobuf packets. More... | |
Public Attributes | |
RJ::Time | tCapture |
int | cameraID |
std::vector< CameraBall > | cameraBalls |
std::vector< CameraRobot > | cameraRobotsYellow |
std::vector< CameraRobot > | cameraRobotsBlue |
Simple non-protobuf object representing a camera frame.
|
inline |
Creates a camera frame directly from the protobuf packets.
tCapture | Time the frame was captured |
cameraID | ID of the camera this frame corresponds to |
cameraBalls | Unsorted list of ball detections |
cameraRobotsYellow | Unsorted list of yellow team robot detections |
cameraRobotsBlue | Unsorted list of blue team robot detections |