6#include "software/geom/angle.h"
7#include "software/geom/point.h"
8#include "software/sensor_fusion/filter/vision_detection.h"
9#include "software/time/timestamp.h"
10#include "software/world/robot.h"
50 const std::vector<RobotDetection>& new_robot_data);
60 Robot current_robot_state;
Definition robot_filter.h:26
unsigned int getRobotId() const
Definition robot_filter.cpp:101
std::optional< Robot > getFilteredData(const std::vector< RobotDetection > &new_robot_data)
Definition robot_filter.cpp:18
Definition timestamp.h:21
Definition robot_filter.h:16
Definition vision_detection.h:14