|
Thunderbots Project
|
#include <vision_detection.h>

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