|
Thunderbots Project
|
#include <vision_detection.h>

Public Member Functions | |
| bool | operator< (const BallDetection &b) const |
Public Attributes | |
| Point | position |
| double | distance_from_ground |
| Timestamp | timestamp |
| double | confidence |
A lightweight datatype used to input new data into the filter. We do this rather than taking the SSLProto::SSL_DetectionBall directly so we can make this module more generic and abstract away the protobuf for testing