#pragma once #include namespace Type { struct Angle { float roll; float pitch; float yaw; }; } enum Team { BLUE, YELLOW }; double distanceBetweenRobotAndTag(const cv::Mat& a);